From ec8274668788d1a7dd1f418a632479b0960a311e Mon Sep 17 00:00:00 2001 From: john Date: Wed, 15 Aug 2018 14:26:17 +0800 Subject: [PATCH] Asset.php --- Asset.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Asset.php b/Asset.php index c4bf9a0e..437375b1 100644 --- a/Asset.php +++ b/Asset.php @@ -145,6 +145,8 @@ class Pman_Core_Asset extends Pman { return false; } + return $compile_dir; + if (file_exists($compile_dir)) { return $compile_dir; } -- 2.39.2