Fix thumbnails disabling if PHP GD is not installed
This commit is contained in:
parent
1c03b65e2e
commit
0ed9396bfa
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public function __construct($conf)
|
|||
$this->conf = $conf;
|
||||
|
||||
if (! $this->checkRequirements()) {
|
||||
$this->conf->set('thumbnails.enabled', false);
|
||||
$this->conf->set('thumbnails.mode', Thumbnailer::MODE_NONE);
|
||||
$this->conf->write(true);
|
||||
// TODO: create a proper error handling system able to catch exceptions...
|
||||
die(t(
|
||||
|
|
Loading…
Reference in a new issue