Issue #2290261 by tim.plunkett, amool: Fixed Full configuration export crashing without the php_fileinfo extension.
parent
b7c052df72
commit
6a8faf5552
|
@ -85,6 +85,7 @@ function system_requirements($phase) {
|
|||
$required_extensions = array(
|
||||
'date',
|
||||
'dom',
|
||||
'fileinfo',
|
||||
'filter',
|
||||
'gd',
|
||||
'hash',
|
||||
|
|
Loading…
Reference in New Issue