Revert "Remove "Help" link from personal sidebar"

This reverts commit 34ad3f7ada.
This commit is contained in:
Lukas Reschke 2016-06-12 19:12:35 +02:00
parent 689cbb1bbd
commit 40950edbab
No known key found for this signature in database
GPG Key ID: 9AB0ADB949B6898C
1 changed files with 2 additions and 4 deletions

View File

@ -381,9 +381,7 @@ class OC_App {
$settings = array();
// by default, settings only contain the help menu
/*
* FIXME: Add help sidebar back once documentation is properly branded.
* if (OC_Util::getEditionString() === '' &&
if (OC_Util::getEditionString() === '' &&
\OC::$server->getSystemConfig()->getValue('knowledgebaseenabled', true) == true
) {
$settings = array(
@ -395,7 +393,7 @@ class OC_App {
"icon" => $urlGenerator->imagePath("settings", "help.svg")
)
);
}*/
}
// if the user is logged-in
if (OC_User::isLoggedIn()) {