diff --git a/app/Template/file/show.php b/app/Template/file/show.php index b181ab545..bfed94a51 100644 --- a/app/Template/file/show.php +++ b/app/Template/file/show.php @@ -4,14 +4,16 @@
= $this->e($file['name']) ?>
diff --git a/composer.json b/composer.json index 3c8c74a4e..79ec0abfc 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "require" : { "php": ">=5.3", "ext-mbstring" : "*", + "ext-gd": "*", "fguillot/simple-validator" : "dev-master", "swiftmailer/swiftmailer" : "@stable", "fguillot/json-rpc" : "0.0.1",