From: Edward Date: Wed, 19 Feb 2014 11:18:31 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=8a1d56e318788b6f765c31b83cf5b0b439e0f8ff ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index baad9317..1f7b466f 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($ui);exit; + print_r($url);exit; if (substr($ui['path'], -1) == '/') { return $ui['scheme'] .'://'.$ui['host']. $ui['path'] . $url; }