app store can be used with any edition

This commit is contained in:
Thomas Müller 2015-02-18 23:51:18 +01:00
parent 39d8406933
commit b40d4c9cbc
1 changed files with 1 additions and 3 deletions

View File

@ -49,9 +49,7 @@ class OCSClient {
* @return bool
*/
public static function isAppStoreEnabled() {
if (\OC::$server->getConfig()->getSystemValue('appstoreenabled', true) === false ||
\OC_Util::getEditionString() !== ''
) {
if (\OC::$server->getConfig()->getSystemValue('appstoreenabled', true) === false ) {
return false;
}