We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d443157 + deef15a commit d7375deCopy full SHA for d7375de
1 file changed
lib/private/legacy/app.php
@@ -421,7 +421,9 @@ public static function getSettingsNavigation() {
421
422
$settings = array();
423
// by default, settings only contain the help menu
424
- if (OC_Util::getEditionString() === '' &&
+ /*
425
+ * FIXME: Add help sidebar back once documentation is properly branded.
426
+ if (OC_Util::getEditionString() === '' &&
427
\OC::$server->getSystemConfig()->getValue('knowledgebaseenabled', true) == true
428
) {
429
$settings = array(
@@ -433,7 +435,7 @@ public static function getSettingsNavigation() {
433
435
"icon" => $urlGenerator->imagePath("settings", "help.svg")
434
436
)
437
);
- }
438
+ }*/
439
440
// if the user is logged-in
441
if (OC_User::isLoggedIn()) {
0 commit comments