Use core naming convention for requirements function

HFP-502
pull/38/head
thomasmars 2017-02-21 14:31:01 +01:00
parent ff496d9a38
commit c70f8521bb
1 changed files with 1 additions and 1 deletions

View File

@ -2762,7 +2762,7 @@ class H5PCore {
/** /**
* Check that all H5P requirements for the server setup is met. * Check that all H5P requirements for the server setup is met.
*/ */
public function check_setup_for_requirements() { public function checkSetupForRequirements() {
$disable_hub = FALSE; $disable_hub = FALSE;
if (!class_exists('ZipArchive')) { if (!class_exists('ZipArchive')) {