]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/Thumbnailer.php
Fix thumbnails disabling if PHP GD is not installed
[github/shaarli/Shaarli.git] / application / Thumbnailer.php
index 37ed97a18bf521f6b6e66b0bc4e32a5083a8f01d..167d62967891ebcb3fc4c17ee1f18b481ab523ac 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(