From b85083754978916549300f8f88b52e715d65d204 Mon Sep 17 00:00:00 2001 From: john Date: Wed, 15 Aug 2018 14:15:30 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } } -- 2.39.2