From 2c87e3817ba6fe3d43c2b9d56b5944f5932eef41 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Aug 2019 02:09:08 -0600 Subject: [PATCH] Update clip_options.php --- app/edit/clip_options.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/edit/clip_options.php b/app/edit/clip_options.php index d6f90fea5d..fe5f164ed8 100644 --- a/app/edit/clip_options.php +++ b/app/edit/clip_options.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2012 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): @@ -31,7 +31,7 @@ require_once "resources/check_auth.php"; //check permissions - if (permission_exists('edit_view')) { + if (permission_exists('clip_edit')) { //access granted } else {