From: Björn Schießle Date: Wed, 12 Jun 2013 14:20:23 +0000 (+0200) Subject: make main menu aware of the different owncloud editions X-Git-Tag: v6.0.0alpha2~640^2~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=839bce80c6349e9a84624d0465a3f33706c64093;p=nextcloud-server.git make main menu aware of the different owncloud editions --- diff --git a/lib/app.php b/lib/app.php index 3e6cadfe2c9..f974dd9f594 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",