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

index c4bf9a0..437375b 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -145,6 +145,8 @@ class Pman_Core_Asset extends Pman {
                 return false;
         }
         
+        return $compile_dir;
+        
         if (file_exists($compile_dir)) {
             return $compile_dir;
         }