From: Edward Date: Wed, 19 Feb 2014 09:51:47 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=7d0ab4ebc33efcb9a19cb542664c4af4bc248147 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index 7833dc40..a984e67a 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -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;