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

View file

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