Skip to content
Snippets Groups Projects
Commit b40d4c9c authored by Thomas Müller's avatar Thomas Müller
Browse files

app store can be used with any edition

parent 39d84069
Branches
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment