mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01: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_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'];
|
||||
|
Loading…
Reference in New Issue
Block a user