diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/ocsclient.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/private/ocsclient.php b/lib/private/ocsclient.php index c62cae15e46..d729b88caa0 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; } |