mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
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'];
|
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