$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(
"icon" => $urlGenerator->imagePath("settings", "help.svg")
)
);
- }*/
+ }
// if the user is logged-in
if (OC_User::isLoggedIn()) {