phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [18994] Fix read_repository thing


From: Caeies
Subject: [Phpgroupware-cvs] [18994] Fix read_repository thing
Date: Wed, 19 Nov 2008 17:56:03 +0000

Revision: 18994
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18994
Author:   Caeies
Date:     2008-11-19 17:56:03 +0000 (Wed, 19 Nov 2008)

Log Message:
-----------
Fix read_repository thing

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

Modified: core/trunk/phpgwapi/inc/class.account.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.account.inc.php       2008-11-19 17:55:25 UTC 
(rev 18993)
+++ core/trunk/phpgwapi/inc/class.account.inc.php       2008-11-19 17:56:03 UTC 
(rev 18994)
@@ -713,7 +713,7 @@
                        }
 
                        //FIXME this should be stored in the API - not 
filemanager - it is a global value!
-                       $config = createObject('phpgwapi.config', 
'filemanager')->read_repository();
+                       $config = createObject('phpgwapi.config', 
'filemanager')->read();
                        if ( !isset($config['set_quota']) )
                        {
                                return true; // misocnfigured, but lets just 
accept it - for now






reply via email to

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