Issue #2290261 by tim.plunkett, amool: Fixed Full configuration export crashing without the php_fileinfo extension.

8.0.x
Alex Pott 2014-07-06 18:14:59 +01:00
parent b7c052df72
commit 6a8faf5552
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ function system_requirements($phase) {
$required_extensions = array(
'date',
'dom',
'fileinfo',
'filter',
'gd',
'hash',