comment
authorAlan <alan@roojs.com>
Mon, 27 Mar 2023 05:02:22 +0000 (13:02 +0800)
committerAlan <alan@roojs.com>
Mon, 27 Mar 2023 05:02:22 +0000 (13:02 +0800)
DataObjects/Images.php

index 4f226cd..31fd50b 100644 (file)
@@ -223,7 +223,11 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         }
         return $ret;
     }
-    
+    /**
+     * the getStorename code got changed, and some old files may not end up with the correct name anymore.
+     * this tries to fix it.
+     *
+     */
     function canFix() {
         // look for the image in the folder, with matching id.
         // this is problematic..