not necessary to mount it twice, done already by stylite 11.1 update

This commit is contained in:
Ralf Becker 2011-07-01 16:34:38 +00:00
parent 70dc264ac1
commit 77954c073e

View File

@ -308,8 +308,6 @@ function phpgwapi_upgrade1_9_010()
$prefs->add($app, 'document_dir', $dir, 'default');
}
$prefs->save_repository(false, 'default');
// mount EPL document dir "under" /templates
egw_vfs::mount('stylite.merge://default/templates?merge=stylite/printtemplates&lang=1','/templates');
egw_vfs::$is_root = false;
return $GLOBALS['setup_info']['phpgwapi']['currentver'] = '1.9.011';