From: john Date: Wed, 15 Aug 2018 06:15:30 +0000 (+0800) Subject: Asset.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b85083754978916549300f8f88b52e715d65d204 Asset.php --- diff --git a/Asset.php b/Asset.php index d66b35e6..8fecafc6 100644 --- 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); } }