From: Edward Date: Wed, 19 Feb 2014 10:04:20 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=4a73639decba1cbaa573c2e773b74d84773d9765 ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index f921834b..e637519c 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; }