mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
Fix missed fstab mount kept unmounted shares around
This commit is contained in:
parent
3fb74753c8
commit
47d2f433d6
@ -182,6 +182,7 @@ class Base
|
|||||||
Config::save_value('vfs_fstab', $GLOBALS['egw_info']['server']['vfs_fstab'],'phpgwapi');
|
Config::save_value('vfs_fstab', $GLOBALS['egw_info']['server']['vfs_fstab'],'phpgwapi');
|
||||||
|
|
||||||
unset($GLOBALS['egw_info']['user']['preferences']['common']['vfs_fstab'][$path]);
|
unset($GLOBALS['egw_info']['user']['preferences']['common']['vfs_fstab'][$path]);
|
||||||
|
unset($_SESSION[Api\Session::EGW_INFO_CACHE]['server']['vfs_fstab'][$path]);
|
||||||
unset($_SESSION[Api\Session::EGW_INFO_CACHE]['user']['preferences']['common']['vfs_fstab'][$path]);
|
unset($_SESSION[Api\Session::EGW_INFO_CACHE]['user']['preferences']['common']['vfs_fstab'][$path]);
|
||||||
$prefs = new Api\Preferences();
|
$prefs = new Api\Preferences();
|
||||||
$prefs->read_repository();
|
$prefs->read_repository();
|
||||||
|
Loading…
Reference in New Issue
Block a user