Update clip_options.php

This commit is contained in:
FusionPBX 2019-08-21 02:09:08 -06:00 committed by GitHub
parent 779e8eed67
commit 2c87e3817b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
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 {