ConvertStyle.php
authorEdward <edward@roojs.com>
Wed, 19 Feb 2014 11:19:03 +0000 (19:19 +0800)
committerEdward <edward@roojs.com>
Wed, 19 Feb 2014 11:19:03 +0000 (19:19 +0800)
ConvertStyle.php

index 1f7b466..ef64495 100644 (file)
@@ -33,7 +33,7 @@ class Pman_Core_ConvertStyle extends Pman
         if (substr($url,0,1) == '/') {
             return $ui['scheme'] .'://'.$ui['host']. $url;
         }
-        print_r($url);exit;
+        
         if (substr($ui['path'], -1) == '/') {
            return $ui['scheme'] .'://'.$ui['host']. $ui['path'] . $url;
         }