forked from extern/egroupware
Special handling for path when favorite is set via GET parameter
This commit is contained in:
parent
3ec43f0421
commit
d183cc801f
@ -304,6 +304,11 @@ class filemanager_ui
|
|||||||
|
|
||||||
if (isset($_GET['msg'])) $msg = $_GET['msg'];
|
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
|
// switch to projectmanager folders
|
||||||
if (isset($_GET['pm_id']))
|
if (isset($_GET['pm_id']))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user