浏览代码

Update clip_options.php

FusionPBX 6 年之前
父节点
当前提交
6af4a33a18
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      clip_options.php

+ 2 - 2
clip_options.php

@@ -17,7 +17,7 @@
 
 
 	The Initial Developer of the Original Code is
 	The Initial Developer of the Original Code is
 	Mark J Crane <[email protected]>
 	Mark J Crane <[email protected]>
-	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.
 	the Initial Developer. All Rights Reserved.
 
 
 	Contributor(s):
 	Contributor(s):
@@ -31,7 +31,7 @@
 	require_once "resources/check_auth.php";
 	require_once "resources/check_auth.php";
 
 
 //check permissions
 //check permissions
-	if (permission_exists('edit_view')) {
+	if (permission_exists('clip_edit')) {
 		//access granted
 		//access granted
 	}
 	}
 	else {
 	else {