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

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