diff --git a/module/VuFind/src/VuFind/Controller/InstallController.php b/module/VuFind/src/VuFind/Controller/InstallController.php index bb8a6cba058ea1cd046c859b2060f84902920384..2b967b7b948ca0f6e72dfe30c1306522f2dc9cb1 100644 --- a/module/VuFind/src/VuFind/Controller/InstallController.php +++ b/module/VuFind/src/VuFind/Controller/InstallController.php @@ -237,7 +237,8 @@ class InstallController extends AbstractBase { $requiredFunctionsExist = function_exists('mb_substr') && is_callable('imagecreatefromstring') - && function_exists('mcrypt_module_open') && class_exists('XSLTProcessor'); + && function_exists('mcrypt_module_open') + && class_exists('XSLTProcessor'); return array( 'title' => 'Dependencies',