better notes on getFromHashURL
authorAlan <alan@roojs.com>
Mon, 14 Aug 2023 07:42:07 +0000 (15:42 +0800)
committerAlan <alan@roojs.com>
Mon, 14 Aug 2023 07:42:07 +0000 (15:42 +0800)
DataObjects/Images.php

index 60753d3..ab54401 100644 (file)
@@ -602,7 +602,10 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
         
         return $baseURL . $provider . "/$size/{$this->id}/{$shorten_name}"; // -- this breaks the rss feed #image-{$this->id}";
     }
-    
+    /**
+     *
+     * tries to get an image from then URL - not always has based... - also from the normal url
+     */
     function getFromHashURL($url)
     {
         $id = false;