Added missing $this->.
parent
4955e9da59
commit
2ef3b206dc
|
@ -1864,7 +1864,7 @@ class H5PCore {
|
|||
return;
|
||||
}
|
||||
|
||||
$minVersions = getMinimumVersionsSupported(realpath(dirname(__FILE__)) . '/library-support.json');
|
||||
$minVersions = $this->getMinimumVersionsSupported(realpath(dirname(__FILE__)) . '/library-support.json');
|
||||
if ($minVersions === NULL) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue