forked from extern/egroupware
fixed missing var causing app like templates not to be found
This commit is contained in:
parent
bec64ee336
commit
d9b9e79fcd
@ -837,7 +837,7 @@ abstract class egw_framework
|
||||
while (($entry=$d->read()))
|
||||
{
|
||||
if ($entry != '..' && !isset($GLOBALS['egw_info']['apps'][$entry]) &&
|
||||
file_exists(EGW_SERVER_ROOT . '/' . $entry .'/setup/setup.inc.php'))
|
||||
file_exists($f = EGW_SERVER_ROOT . '/' . $entry .'/setup/setup.inc.php'))
|
||||
{
|
||||
include($f);
|
||||
if (isset($GLOBALS['egw_info']['template'][$entry]))
|
||||
|
Loading…
Reference in New Issue
Block a user