phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19016] fix the name of the location, conforming to s


From: Caeies
Subject: [Phpgroupware-cvs] [19016] fix the name of the location, conforming to sigurds information ?, you need to reinstall all yours apps or rename the locations
Date: Wed, 10 Dec 2008 17:33:28 +0000

Revision: 19016
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19016
Author:   Caeies
Date:     2008-12-10 17:33:28 +0000 (Wed, 10 Dec 2008)

Log Message:
-----------
fix the name of the location, conforming to sigurds information ?, you need to 
reinstall all yours apps or rename the locations

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

Modified: core/trunk/phpgwapi/inc/class.setup.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.setup.inc.php 2008-12-10 17:32:14 UTC (rev 
19015)
+++ core/trunk/phpgwapi/inc/class.setup.inc.php 2008-12-10 17:33:28 UTC (rev 
19016)
@@ -387,7 +387,7 @@
                        //XXX nov08 Caeies : add the run location, since if not 
you are killed ...
                        //XXX nov08 Caeies : be carefull for deregister_app :(
                        //XXX nov08 Caeies : Last but not least ... is this the 
place intended for this ???
-                       $GLOBALS['phpgw']->locations->add('run', 'RUN ' 
.$appname, $appname);
+                       $GLOBALS['phpgw']->locations->add('run', $appname, 
$appname);
                        return true;
                }
 






reply via email to

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