Images.php
[Pman.Core] / Images.php
index ac4c39e..6571233 100644 (file)
@@ -285,7 +285,7 @@ class Pman_Core_Images extends Pman
     {
         $this->sessionState(0); // turn off session... - locking...
         require_once 'File/Convert.php';
-        if ($img->exists()) {
+        if (!$img->exists()) {
             $this->imgErr("serve = missing-image", $img->getStoreName());
              
         }