From 907c10afadd1e790c4d86c3c5cb9e6a13d8e8acc Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 18 Jan 2016 14:14:25 +0800 Subject: [PATCH] AssetTrait.php --- AssetTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AssetTrait.php b/AssetTrait.php index 9c492a18..f0bd06b5 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -244,7 +244,7 @@ trait Pman_Core_AssetTrait { // where are we going to write all of this.. // This has to be done via a - if (true || !file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) { + if (!file_exists($compiledir.'/'.$output) || !filesize($compiledir.'/'.$output)) { -- 2.39.2