]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix thumbnails disabling if PHP GD is not installed 1268/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 9 Feb 2019 12:05:37 +0000 (13:05 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 9 Feb 2019 12:05:37 +0000 (13:05 +0100)
application/Thumbnailer.php

index a23f98e9df226204efeb5166bc5e3bbab4f348c9..d5f5ac2828b61026fb5fbc68f8db1f00cd37b182 100644 (file)
@@ -55,7 +55,7 @@ class Thumbnailer
         $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(