forked from extern/egroupware
remove no longer needed "filemanager_admin" hook
This commit is contained in:
parent
cf583cf141
commit
bfc0e56006
@ -119,14 +119,6 @@ class filemanager_hooks
|
|||||||
'Check virtual filesystem' => egw::link('/index.php','menuaction=filemanager.filemanager_hooks.fsck'),
|
'Check virtual filesystem' => egw::link('/index.php','menuaction=filemanager.filemanager_hooks.fsck'),
|
||||||
'VFS mounts and versioning' => egw::link('/index.php', 'menuaction=filemanager.filemanager_admin.index'),
|
'VFS mounts and versioning' => egw::link('/index.php', 'menuaction=filemanager.filemanager_admin.index'),
|
||||||
);
|
);
|
||||||
// add other administration links, eg. of filesystem backends like versioning
|
|
||||||
if (($other = $GLOBALS['egw']->hooks->process('filemanager_admin',array(),true)))
|
|
||||||
{
|
|
||||||
foreach($other as $file_data)
|
|
||||||
{
|
|
||||||
$file += $file_data;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if ($location == 'admin')
|
if ($location == 'admin')
|
||||||
{
|
{
|
||||||
display_section(self::$appname,$file);
|
display_section(self::$appname,$file);
|
||||||
|
Loading…
Reference in New Issue
Block a user