Images.php
authoredward <edward@roojs.com>
Wed, 5 Oct 2016 05:46:42 +0000 (13:46 +0800)
committeredward <edward@roojs.com>
Wed, 5 Oct 2016 05:46:42 +0000 (13:46 +0800)
Images.php

index b342c18..80af24e 100644 (file)
@@ -340,6 +340,7 @@ class Pman_Core_Images extends Pman
         preg_match_all('/<img\s+[^>]+>/i',$html, $result); 
         
         $matches = array_unique($result[0]);
+        print_r($result);
         print_r($result[0]);
         print_r($matches);exit;
         foreach($matches as $img) {