From 7d0ab4ebc33efcb9a19cb542664c4af4bc248147 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 17:51:47 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2