ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:51:47 +0000 (17:51 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 09:51:47 +0000 (17:51 +0800)
ConvertStyle.php

index 7833dc4..a984e67 100644 (file)
@@ -134,7 +134,7 @@ class Pman_Core_ConvertStyle extends Pman
 //        }
         
         foreach ($xpath->query('//style') as $s){
-            $this->styleSheets[] = $this->$this->replaceImageUrl($s->nodeValue, $url);
+            $this->styleSheets[] = $this->replaceImageUrl($s->nodeValue, $url);
         }
         print_r($this->styleSheets);exit;
         exit;