also add dir and pref for filemanager templates

This commit is contained in:
Ralf Becker 2012-07-17 13:26:52 +00:00
parent a8d1376205
commit 565a2be7d6

View File

@ -215,7 +215,7 @@ $admins = $GLOBALS['egw_setup']->add_account('Admins','Admin','Group',False,Fals
egw_vfs::$is_root = true; egw_vfs::$is_root = true;
$prefs = new preferences(); $prefs = new preferences();
$prefs->read_repository(false); $prefs->read_repository(false);
foreach(array('','addressbook', 'calendar', 'infolog', 'tracker', 'timesheet', 'projectmanager') as $app) foreach(array('','addressbook', 'calendar', 'infolog', 'tracker', 'timesheet', 'projectmanager', 'filemanager') as $app)
{ {
if ($app && !file_exists(EGW_SERVER_ROOT.'/'.$app)) continue; if ($app && !file_exists(EGW_SERVER_ROOT.'/'.$app)) continue;