DataObjects/Cms_page.php wip_alan_T1410_Your_site_roojscom
authorAlan Knowles <alan@roojs.com>
Fri, 4 Jan 2019 02:46:39 +0000 (10:46 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Jan 2019 02:46:39 +0000 (10:46 +0800)
DataObjects/Cms_page.php

index e8d6532..f2c3184 100644 (file)
@@ -429,8 +429,7 @@ class Pman_Cms_DataObjects_Cms_page extends DB_DataObject
                 continue;
             }
         }
-        
-        
+         
         foreach ($xpath->query('//img[@src]') as $a) {
             $src = $a->getAttribute('src');
             $matches = array();