Asset.php
authorjohn <john@roojs.com>
Wed, 15 Aug 2018 06:10:46 +0000 (14:10 +0800)
committerjohn <john@roojs.com>
Wed, 15 Aug 2018 06:10:46 +0000 (14:10 +0800)
Asset.php

index 6a8126e..5e565ae 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -125,10 +125,10 @@ class Pman_Core_Asset extends Pman {
      
     static function getAssetDir($type)
     {
-        if(!in_array($type, array(
-            
-        ))) {
+        if(empty($type)) {
             return false;
         }
+        
+        
     }
 }