HTML/CSS/Minify.php
authorAlan Knowles <alan@roojs.com>
Mon, 31 Aug 2015 07:08:48 +0000 (15:08 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 31 Aug 2015 07:08:48 +0000 (15:08 +0800)
HTML/CSS/Minify.php

index e9d9cbd..45da804 100644 (file)
@@ -648,7 +648,7 @@ class HTML_CSS_Minify
     function convertPath($in_to, $path)
     {
         require_once 'Net/URL.php';
-        $a = new NetURL();
+        $a = new Net_URL();
         $path = $a->resolvePath($this->baseURL . '/'. $path); // not sure if that's a good idea..
         $to = $a->resolvePath($in_to);