From 71a00acc3a67ebd780c54b99b213f022281ffc0d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 20 Apr 2016 12:14:08 +0800 Subject: [PATCH] JsCompile.php --- JsCompile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JsCompile.php b/JsCompile.php index 7d4c6045..e7f8587d 100644 --- a/JsCompile.php +++ b/JsCompile.php @@ -291,7 +291,7 @@ class Pman_Core_JsCompile extends Pman unlink($output); } - var_dump($output); + if (!file_exists(dirname($output))) { mkdir(dirname($output), 0755, true); } -- 2.39.2