Images.php
authorAlan <alan@roojs.com>
Mon, 27 Mar 2023 04:47:24 +0000 (12:47 +0800)
committerAlan <alan@roojs.com>
Mon, 27 Mar 2023 04:47:24 +0000 (12:47 +0800)
Images.php

index 6f45102..a58fa2c 100644 (file)
@@ -287,7 +287,7 @@ class Pman_Core_Images extends Pman
         require_once 'File/Convert.php';
         if (!file_exists($img->getStoreName())) {
             
-            $this->imgError("serve = missing-image");
+            $this->imgErr("serve = missing-image");
              
         }
 //        print_r($img);exit;