From c70f8521bb7add642eff0fc0e1b9d208679030ff Mon Sep 17 00:00:00 2001 From: thomasmars Date: Tue, 21 Feb 2017 14:31:01 +0100 Subject: [PATCH] Use core naming convention for requirements function HFP-502 --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index d211b3f..3deda1e 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2762,7 +2762,7 @@ class H5PCore { /** * Check that all H5P requirements for the server setup is met. */ - public function check_setup_for_requirements() { + public function checkSetupForRequirements() { $disable_hub = FALSE; if (!class_exists('ZipArchive')) {