phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19004] fix: Remove call to phpgwapi protected method


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] [19004] fix: Remove call to phpgwapi protected method ( replaced by correct public method call) thx Dave and Benoit
Date: Fri, 28 Nov 2008 14:28:03 +0000

Revision: 19004
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19004
Author:   maat
Date:     2008-11-28 14:28:02 +0000 (Fri, 28 Nov 2008)

Log Message:
-----------
fix: Remove call to phpgwapi protected method  (replaced by correct public 
method call) thx Dave and Benoit

Modified Paths:
--------------
    modules/ged/trunk/inc/class.ged_dm.inc.php

Modified: modules/ged/trunk/inc/class.ged_dm.inc.php
===================================================================
--- modules/ged/trunk/inc/class.ged_dm.inc.php  2008-11-27 20:44:57 UTC (rev 
19003)
+++ modules/ged/trunk/inc/class.ged_dm.inc.php  2008-11-28 14:28:02 UTC (rev 
19004)
@@ -57,7 +57,7 @@
                
                //$this->ged_config=$GLOBALS['ged_config'];
                $config=CreateObject('phpgwapi.config','ged');
-               $config->read_repository();
+               $config->read();
                $this->ged_config=$config->config_data;
                //_debug_array($this->ged_config);
                unset($config);






reply via email to

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