parent
e88a23d265
commit
585f4d238a
|
@ -2822,7 +2822,7 @@ class H5PCore {
|
|||
public function checkSetupForRequirements() {
|
||||
$errors = $this->checkSetupErrorMessage();
|
||||
|
||||
$this->h5pF->setOption('hub_is_enabled', !empty($errors));
|
||||
$this->h5pF->setOption('hub_is_enabled', empty($errors));
|
||||
if (!empty($errors)) {
|
||||
foreach ($errors as $err) {
|
||||
$this->h5pF->setErrorMessage($err);
|
||||
|
|
Loading…
Reference in New Issue