Let's only have one Help link
This commit is contained in:
parent
50a3b23444
commit
f6022e80fb
1 changed files with 0 additions and 2 deletions
|
@ -100,8 +100,6 @@ class ExtManager extends Extension
|
|||
global $user;
|
||||
if ($user->can(Permissions::MANAGE_EXTENSION_LIST)) {
|
||||
$event->add_link("Extension Manager", make_link("ext_manager"));
|
||||
} else {
|
||||
$event->add_link("Help", make_link("ext_doc"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue