From 2ef3b206dc48a8486eefd9471c42e0da599da3c5 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 26 Aug 2014 11:45:00 +0200 Subject: [PATCH] Added missing $this->. --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 22cf185..081291f 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -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; }