forked from extern/egroupware
Special handling for path when favorite is set via GET parameter
This commit is contained in:
parent
1177acd3d3
commit
1e5232d441
@ -304,6 +304,11 @@ class filemanager_ui
|
||||
|
||||
if (isset($_GET['msg'])) $msg = $_GET['msg'];
|
||||
|
||||
// Blank favorite set via GET needs special handling for path
|
||||
if (isset($_GET['favorite']) && $_GET['favorite'] == 'blank')
|
||||
{
|
||||
$content['nm']['path'] = static::get_home_dir();
|
||||
}
|
||||
// switch to projectmanager folders
|
||||
if (isset($_GET['pm_id']))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user