Skip to content
Snippets Groups Projects
Commit ec071a50 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 8350e9a9
No related merge requests found
......@@ -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',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment