From: Edward Date: Wed, 19 Feb 2014 10:04:36 +0000 (+0800) Subject: ConvertStyle.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=17117383713a07766890c68cc31860f284eead8b ConvertStyle.php --- diff --git a/ConvertStyle.php b/ConvertStyle.php index e637519c..491cdf6a 100644 --- a/ConvertStyle.php +++ b/ConvertStyle.php @@ -29,8 +29,6 @@ class Pman_Core_ConvertStyle extends Pman return $ui['scheme'] .':' . $url; } - - if (substr($url,0,1) == '/') { return $ui['scheme'] .'://'.$ui['host']. $url; }