Avoid iframe, fixes favorites giving error after trying an invalid path

This commit is contained in:
Nathan Gray 2014-07-30 15:21:41 +00:00
parent 612c7fe90b
commit 80d7a4946b

View File

@ -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();