From cdb12e063c7767264eadbc63fc4ea5dfec026212 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 18:04:02 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index b7164b37..9184de26 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -19,7 +19,7 @@ class Pman_Core_ConvertStyle extends Pman function relPath($base, $url) { - print_r($base);exit; + print_r($url);exit; if (preg_match('/^(http|https|mailto):/',$url)) { return $url; } -- 2.39.2