mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
not necessary to mount it twice, done already by stylite 11.1 update
This commit is contained in:
parent
70dc264ac1
commit
77954c073e
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user