phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18973] fix : defined read_repository as a public met


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [18973] fix : defined read_repository as a public method because it' s called from class.sessions.inc.php
Date: Sat, 25 Oct 2008 19:01:04 +0000

Revision: 18973
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18973
Author:   maat
Date:     2008-10-25 19:01:04 +0000 (Sat, 25 Oct 2008)

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

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

Modified: core/trunk/phpgwapi/inc/class.applications.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.applications.inc.php  2008-10-25 18:54:47 UTC 
(rev 18972)
+++ core/trunk/phpgwapi/inc/class.applications.inc.php  2008-10-25 19:01:04 UTC 
(rev 18973)
@@ -113,7 +113,7 @@
                *
                * @return array|boolean Array with list of available 
applications or false
                */
-               protected function read_repository()
+               public function read_repository()
                {
                        if (!isset($GLOBALS['phpgw_info']['apps']) ||
                                !is_array($GLOBALS['phpgw_info']['apps']))






reply via email to

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