AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 06:14:25 +0000 (14:14 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 18 Jan 2016 06:14:25 +0000 (14:14 +0800)
AssetTrait.php

index 9c492a1..f0bd06b 100644 (file)
@@ -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)) {