Images.php
authorAlan <alan@roojs.com>
Mon, 27 Mar 2023 04:51:01 +0000 (12:51 +0800)
committerAlan <alan@roojs.com>
Mon, 27 Mar 2023 04:51:01 +0000 (12:51 +0800)
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());
              
         }