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

index 1613cf0..225d7ac 100644 (file)
@@ -67,12 +67,9 @@ class HTML_CSS_Minify
      * Init the minify class - optionally, code may be passed along already.
      */
     
-     public function __construct(/* $data = null, ... */)
+    public function __construct($baseURL = '', $files )
     {
-        // it's possible to add the source through the constructor as well ;)
-        if (func_num_args()) {
-            call_user_func_array(array($this, 'add'), func_get_args());
-        }
+        
     }
 
     /**