fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15580] more on controller


From: sigurdne
Subject: [Fmsystem-commits] [15580] more on controller
Date: Mon, 5 Sep 2016 07:52:50 +0000 (UTC)

Revision: 15580
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15580
Author:   sigurdne
Date:     2016-09-05 07:52:50 +0000 (Mon, 05 Sep 2016)
Log Message:
-----------
more on controller

Modified Paths:
--------------
    branches/Version-1_0-branch/controller/inc/class.uidocument.inc.php

Modified: branches/Version-1_0-branch/controller/inc/class.uidocument.inc.php
===================================================================
--- branches/Version-1_0-branch/controller/inc/class.uidocument.inc.php 
2016-09-05 07:47:01 UTC (rev 15579)
+++ branches/Version-1_0-branch/controller/inc/class.uidocument.inc.php 
2016-09-05 07:52:50 UTC (rev 15580)
@@ -59,10 +59,10 @@
             parent::__construct();
             $this->so = controller_sodocument::get_instance();
             $this->so_procedure = controller_soprocedure::get_instance();
-                       $this->read    = 
$GLOBALS['phpgw']->acl->check('.control', PHPGW_ACL_READ, 'controller');//1 
-                       $this->add     = 
$GLOBALS['phpgw']->acl->check('.control', PHPGW_ACL_ADD, 'controller');//2 
-                       $this->edit    = 
$GLOBALS['phpgw']->acl->check('.control', PHPGW_ACL_EDIT, 'controller');//4 
-                       $this->delete  = 
$GLOBALS['phpgw']->acl->check('.control', PHPGW_ACL_DELETE, 'controller');//8 
+                       $this->read    = 
$GLOBALS['phpgw']->acl->check('.procedure', PHPGW_ACL_READ, 'controller');//1
+                       $this->add     = 
$GLOBALS['phpgw']->acl->check('.procedure', PHPGW_ACL_ADD, 'controller');//2
+                       $this->edit    = 
$GLOBALS['phpgw']->acl->check('.procedure', PHPGW_ACL_EDIT, 'controller');//4
+                       $this->delete  = 
$GLOBALS['phpgw']->acl->check('.procedure', PHPGW_ACL_DELETE, 'controller');//8
         }
 
         public function query()




reply via email to

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