Revert "Remove "Help" link from personal sidebar"
This reverts commit deef15a3c7
.
This commit is contained in:
parent
decfd1ab59
commit
305534225e
|
@ -421,9 +421,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(
|
||||
|
@ -435,7 +433,7 @@ class OC_App {
|
|||
"icon" => $urlGenerator->imagePath("settings", "help.svg")
|
||||
)
|
||||
);
|
||||
}*/
|
||||
}
|
||||
|
||||
// if the user is logged-in
|
||||
if (OC_User::isLoggedIn()) {
|
||||
|
|
Loading…
Reference in New Issue