From: Alan Knowles Date: Mon, 18 Jan 2016 06:16:04 +0000 (+0800) Subject: AssetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=b81f7b79b21ce204ee37205603160f5f617d06cc AssetTrait.php --- diff --git a/AssetTrait.php b/AssetTrait.php index 897c2b5a..24a23448 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)) { //print_r($relfiles);