From 17117383713a07766890c68cc31860f284eead8b Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 18:04:36 +0800 Subject: [PATCH] ConvertStyle.php --- ConvertStyle.php | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.39.2