forked from extern/egroupware
"typo"
This commit is contained in:
parent
1baa158195
commit
1f31f5b04d
@ -37,7 +37,7 @@ class filemanager_hooks
|
|||||||
$title = $GLOBALS['egw_info']['apps'][self::$appname]['title'] . ' '. lang('Menu');
|
$title = $GLOBALS['egw_info']['apps'][self::$appname]['title'] . ' '. lang('Menu');
|
||||||
$file = array(
|
$file = array(
|
||||||
'Your home directory' => $GLOBALS['egw']->link('/index.php',array('menuaction'=>self::$appname.'.filemanager_ui.index','path'=>$homepath)),
|
'Your home directory' => $GLOBALS['egw']->link('/index.php',array('menuaction'=>self::$appname.'.filemanager_ui.index','path'=>$homepath)),
|
||||||
'User and groups' => $GLOBALS['egw']->link('/index.php',array('menuaction'=>self::$appname.'.filemanager_ui.index','path'=>$basepath)),
|
'Users and groups' => $GLOBALS['egw']->link('/index.php',array('menuaction'=>self::$appname.'.filemanager_ui.index','path'=>$basepath)),
|
||||||
);
|
);
|
||||||
if (!empty($file_prefs['showbase']) && $file_prefs['showbase']=='yes')
|
if (!empty($file_prefs['showbase']) && $file_prefs['showbase']=='yes')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user