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