mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 21:13:23 +01:00
Avoid iframe, fixes favorites giving error after trying an invalid path
This commit is contained in:
parent
612c7fe90b
commit
80d7a4946b
@ -736,6 +736,7 @@ class filemanager_ui
|
|||||||
egw::redirect_link('/index.php',array('menuaction'=>'filemanager.filemanager_ui.index',
|
egw::redirect_link('/index.php',array('menuaction'=>'filemanager.filemanager_ui.index',
|
||||||
'path' => self::get_home_dir(),
|
'path' => self::get_home_dir(),
|
||||||
'msg' => lang('The requested path %1 is not available.',egw_vfs::decodePath($query['path'])),
|
'msg' => lang('The requested path %1 is not available.',egw_vfs::decodePath($query['path'])),
|
||||||
|
'ajax' => 'true'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
$rows = $dir_is_writable = array();
|
$rows = $dir_is_writable = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user