phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18979] fix : defined save_repository as a public met


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [18979] fix : defined save_repository as a public method because it' s called from class.preferences.inc.php
Date: Sun, 26 Oct 2008 11:42:15 +0000

Revision: 18979
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18979
Author:   maat
Date:     2008-10-26 11:42:14 +0000 (Sun, 26 Oct 2008)

Log Message:
-----------
fix : defined save_repository as a public method because it's called from 
class.preferences.inc.php

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-25 20:24:47 UTC 
(rev 18978)
+++ core/trunk/phpgwapi/inc/class.sessions.inc.php      2008-10-26 11:42:14 UTC 
(rev 18979)
@@ -973,7 +973,7 @@
                * @return void
                * @internal this looks to be rather useless in its current 
state - skwashd may08
                */
-               protected function save_repositories()
+               public 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]