diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php index c62cae15e467578570fbc6a64885ef0a167b9bc4..d729b88caa0c3ae8e572274df1d35dbb01095938 100644 --- a/lib/private/ocsclient.php +++ b/lib/private/ocsclient.php @@ -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; }