mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
fix for not working setup under some versions / compilations of php4
This commit is contained in:
parent
c6369e017e
commit
1f8f71de35
@ -179,5 +179,5 @@
|
|||||||
|
|
||||||
$GLOBALS['egw_info']['server']['app_images'] = 'templates/default/images';
|
$GLOBALS['egw_info']['server']['app_images'] = 'templates/default/images';
|
||||||
|
|
||||||
$GLOBALS['egw_setup'] =& CreateObject('setup.setup',True,True);
|
CreateObject('setup.setup',True,True); // setup constuctor assigns itself to $GLOBALS['egw_setup'], doing it twice fails on some php4
|
||||||
$GLOBALS['phpgw_setup'] =& $GLOBALS['egw_setup'];
|
$GLOBALS['phpgw_setup'] =& $GLOBALS['egw_setup'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user