phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18983] save_repositories should be protected - the c


From: Dave Hall
Subject: [Phpgroupware-cvs] [18983] save_repositories should be protected - the calling code is broken - rolling back r18979
Date: Sun, 26 Oct 2008 20:51:26 +0000

Revision: 18983
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18983
Author:   skwashd
Date:     2008-10-26 20:51:25 +0000 (Sun, 26 Oct 2008)

Log Message:
-----------
save_repositories should be protected - the calling code is broken - rolling 
back r18979

Modified Paths:
--------------
    core/trunk/phpgwapi/inc/class.sessions.inc.php

Modified: core/trunk/phpgwapi/inc/class.sessions.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.sessions.inc.php      2008-10-26 20:49:31 UTC 
(rev 18982)
+++ core/trunk/phpgwapi/inc/class.sessions.inc.php      2008-10-26 20:51:25 UTC 
(rev 18983)
@@ -973,7 +973,7 @@
                * @return void
                * @internal this looks to be rather useless in its current 
state - skwashd may08
                */
-               public function save_repositories()
+               protected function save_repositories()
                {
                        $phpgw_info_temp = $GLOBALS['phpgw_info'];
                        $phpgw_info_temp['flags'] = array();






reply via email to

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