aboutsummaryrefslogtreecommitdiffstats
path: root/settings/controller/checksetupcontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'settings/controller/checksetupcontroller.php')
-rw-r--r--settings/controller/checksetupcontroller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/controller/checksetupcontroller.php b/settings/controller/checksetupcontroller.php
index 33f94fe4238..ca4eb255f6b 100644
--- a/settings/controller/checksetupcontroller.php
+++ b/settings/controller/checksetupcontroller.php
@@ -143,7 +143,7 @@ class CheckSetupController extends Controller {
}
$features = (string)$this->l10n->t('installing and updating apps via the app store or Federated Cloud Sharing');
- if(OC_Util::getEditionString() !== '') {
+ if(!$this->config->getSystemValue('appstoreenabled', true)) {
$features = (string)$this->l10n->t('Federated Cloud Sharing');
}