From f5ab57a2d76599b45b7a9d2bf3376868c8f7488a Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 19:18:26 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConvertStyle.php b/ConvertStyle.php index 1f7b466f..baad9317 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -33,7 +33,7 @@ class Pman_Core_ConvertStyle extends Pman if (substr($url,0,1) == '/') { return $ui['scheme'] .'://'.$ui['host']. $url; } - print_r($url);exit; + print_r($ui);exit; if (substr($ui['path'], -1) == '/') { return $ui['scheme'] .'://'.$ui['host']. $ui['path'] . $url; } -- 2.39.2