diff --git a/h5p.classes.php b/h5p.classes.php index c4ad467..d942c25 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2822,7 +2822,7 @@ class H5PCore { public function checkSetupForRequirements() { $errors = $this->checkSetupErrorMessage(); - $this->h5pF->setOption('hub_is_disabled', !empty($errors)); + $this->h5pF->setOption('hub_is_enabled', !empty($errors)); if (!empty($errors)) { foreach ($errors as $err) { $this->h5pF->setErrorMessage($err);