diff --git a/views/bootstrap/class.Info.php b/views/bootstrap/class.Info.php index 17d36a385..e7623c98a 100644 --- a/views/bootstrap/class.Info.php +++ b/views/bootstrap/class.Info.php @@ -111,7 +111,7 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style { echo "".getMLText("name"); echo "\n"; echo "\n\n\n"; - $requiredext = array('zip', 'xml', 'xsl', 'json', 'intl', 'fileinfo', 'mbstring', 'curl', 'sqlite'); + $requiredext = array('zip', 'xml', 'xsl', 'json', 'intl', 'fileinfo', 'mbstring', 'curl', 'sqlite3', 'imagick'); foreach(array_diff($requiredext, $phpextensions) as $extname) echo "".$extname.""."\n"; echo "\n\n";