summaryrefslogtreecommitdiffstats
path: root/application/controllers/ResourceController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/ResourceController.php')
-rwxr-xr-xapplication/controllers/ResourceController.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index cef1cc9..757d002 100755
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -1124,11 +1124,11 @@ class ResourceController extends Zend_Controller_Action
}
public function getgroupAction() {
- list($rightroles1) = $this->rightrolesMapper->findBy(array('rightID' => '79', 'roleID' => $this->membership->getRoleID()));
- if($rightroles1 == null){
+ /*list($rightroles1) = $this->rightrolesMapper->findBy(array('rightID' => '79', 'roleID' => $this->membership->getRoleID()));
+ if($rightroles1 == null){
header('HTTP/1.0 403 No Right to Show Groups');
die();
- }
+ }*/
$apikey = $this->_request->getParam('apikey');
if($apikey == ""){