fix for not working setup under some versions / compilations of php4

This commit is contained in:
Ralf Becker 2005-12-01 15:23:49 +00:00
parent c6369e017e
commit 1f8f71de35

View File

@ -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'];