]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "Remove "Help" link from personal sidebar"
authorLukas Reschke <lukas@statuscode.ch>
Thu, 21 Jul 2016 00:08:56 +0000 (02:08 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 21 Jul 2016 00:11:30 +0000 (02:11 +0200)
This reverts commit deef15a3c7119b2965e7212ce53ba70e6baed779.

lib/private/legacy/app.php

index 37ceea35ac0434291e16e0c3006d4a722dbc563a..9753e2efd506a8eff0137c0a766f306962e902ea 100644 (file)
@@ -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()) {