From: Alan Knowles Date: Wed, 20 Jan 2016 09:37:46 +0000 (+0800) Subject: AssetTrait.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=27ddf80e9fef1371f5a789447f6a526c2bac6c10 AssetTrait.php --- diff --git a/AssetTrait.php b/AssetTrait.php index 1235bdb3..bdae915a 100644 --- a/AssetTrait.php +++ b/AssetTrait.php @@ -247,7 +247,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);