From: Edward Date: Wed, 19 Feb 2014 10:04:15 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=909d2521744139eeeb940aed0fae257faa91c580 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index e637519c..f921834b 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -24,7 +24,7 @@ class Pman_Core_ConvertStyle extends Pman } $ui = parse_url($base); - + print_r($ui);exit; if (substr($url,0,2) == '//') { return $ui['scheme'] .':' . $url; }