From 1d4437135c90eb53d52c724f5d8e2415245d968b Mon Sep 17 00:00:00 2001 From: conory Date: Sat, 8 Apr 2017 18:10:30 +0900 Subject: [PATCH] =?UTF-8?q?=EC=8A=B9=EC=9D=B8=20=EA=B6=8C=ED=95=9C=20(gran?= =?UTF-8?q?t)=20=EA=B5=AC=EB=B6=84=EC=9E=90=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/module/ModuleObject.class.php | 2 +- modules/board/conf/module.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/module/ModuleObject.class.php b/classes/module/ModuleObject.class.php index 821fa95a6..a29cca006 100644 --- a/classes/module/ModuleObject.class.php +++ b/classes/module/ModuleObject.class.php @@ -333,7 +333,7 @@ class ModuleObject extends Object return false; } // If grant name, check the privilege(granted) of the user - else if($grant_names = explode('|', $permission)) + else if($grant_names = explode(',', $permission)) { $privilege_list = array_keys((array) $this->xml_info->grant); diff --git a/modules/board/conf/module.xml b/modules/board/conf/module.xml index a4771da4e..a35626d44 100644 --- a/modules/board/conf/module.xml +++ b/modules/board/conf/module.xml @@ -63,7 +63,7 @@ - + @@ -83,7 +83,7 @@ - +