Added missing $this->.

namespaces
Frode Petterson 2014-08-26 11:45:00 +02:00
parent 4955e9da59
commit 2ef3b206dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}