JI-89 Fix spelling error
parent
d3d5dbe1a7
commit
33406c69cc
|
@ -2900,7 +2900,7 @@ class H5PCore {
|
||||||
|
|
||||||
if (!extension_loaded('mbstring')) {
|
if (!extension_loaded('mbstring')) {
|
||||||
$setup->errors[] = $this->h5pF->t(
|
$setup->errors[] = $this->h5pF->t(
|
||||||
'The mbstring PHP extension is not loaded. H5P need this to function properly'
|
'The mbstring PHP extension is not loaded. H5P needs this to function properly'
|
||||||
);
|
);
|
||||||
$setup->disable_hub = TRUE;
|
$setup->disable_hub = TRUE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue