From ae0bd77849974c3b9fec412f285ea824b5455fe7 Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 27 Mar 2023 13:02:22 +0800 Subject: [PATCH] comment --- DataObjects/Images.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/DataObjects/Images.php b/DataObjects/Images.php index 4f226cd2..31fd50b9 100644 --- a/DataObjects/Images.php +++ b/DataObjects/Images.php @@ -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.. -- 2.39.2