fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [11491] controller: fix acl_location


From: Sigurd Nes
Subject: [Fmsystem-commits] [11491] controller: fix acl_location
Date: Tue, 26 Nov 2013 19:02:08 +0000

Revision: 11491
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11491
Author:   sigurdne
Date:     2013-11-26 19:02:08 +0000 (Tue, 26 Nov 2013)
Log Message:
-----------
controller: fix acl_location

Modified Paths:
--------------
    trunk/controller/inc/class.uicheck_list.inc.php

Modified: trunk/controller/inc/class.uicheck_list.inc.php
===================================================================
--- trunk/controller/inc/class.uicheck_list.inc.php     2013-11-26 11:42:16 UTC 
(rev 11490)
+++ trunk/controller/inc/class.uicheck_list.inc.php     2013-11-26 19:02:08 UTC 
(rev 11491)
@@ -94,7 +94,7 @@
                        $this->so_case  = CreateObject('controller.socase');
                        $this->location_finder = new location_finder();
 
-                       $this->acl_location = '.control';
+                       $this->acl_location = '.checklist';
 
                        $this->read     = 
$GLOBALS['phpgw']->acl->check('.checklist', PHPGW_ACL_READ, 'controller');//1 
                        $this->add       = 
$GLOBALS['phpgw']->acl->check('.checklist', PHPGW_ACL_ADD, 'controller');//2 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]