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

index d66b35e..8fecafc 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -140,7 +140,7 @@ class Pman_Core_Asset extends Pman {
             "{$type}compile"
         ));
         
-        if (!file_exists($compile_dir)) {
+        if (file_exists($compile_dir)) {
             mkdir($compile_dir, 0700, true);
         }
     }