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

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