From 019a5327696665ffa66325acfe2544f926f67ff6 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 16:32:26 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index 2c376536..29e18120 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -18,8 +18,7 @@ class Pman_Core_ConvertStyle extends Pman } function relPath($base, $url) - { - + { //var_dump(array($base,$url)); if (preg_match('/^(http|https|mailto):/',$url)) { return $url; -- 2.39.2