Asset.php
[Pman.Core] / Asset.php
index e62a210..d98a5be 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -123,8 +123,8 @@ class Pman_Core_Asset extends Pman {
         die('invalid');
     }
      
-    static function getAssetDir()
+    static function getAssetDir($type)
     {
-        
+        if(empty($type))
     }
 }