Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 02:17:00 +0000 (10:17 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 02:17:00 +0000 (10:17 +0800)
Images.php

index d7d397e..afd8c8d 100644 (file)
@@ -209,7 +209,7 @@ class Pman_Core_Images extends Pman
     
     
     
-    function replaceImg($html, $baseURL)
+    static function replaceImg($html, $baseURL)
     {
         preg_match_all('/<img[^>]+>/i',$html, $result);