app store can be used with any edition

remotes/origin/log-external-deletes
Thomas Müller 11 years ago
parent 39d8406933
commit b40d4c9cbc
  1. 4
      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;
}

Loading…
Cancel
Save