diff --git a/lib/app.php b/lib/app.php index 3e6cadfe2c926431417fea165532e072a5865b97..f974dd9f594d0330f6f48dd6219ab9cd1cf394e4 100644 --- a/lib/app.php +++ b/lib/app.php @@ -349,7 +349,8 @@ class OC_App{ $settings = array(); // by default, settings only contain the help menu - if(OC_Config::getValue('knowledgebaseenabled', true)==true) { + if(OC_Util::getEditionString() === '' && + OC_Config::getValue('knowledgebaseenabled', true)==true) { $settings = array( array( "id" => "help",