app store can be used with any edition
This commit is contained in:
parent
39d8406933
commit
b40d4c9cbc
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue