AssetTrait.php
authorAlan Knowles <alan@roojs.com>
Thu, 14 Jan 2016 10:04:29 +0000 (18:04 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Jan 2016 10:04:29 +0000 (18:04 +0800)
AssetTrait.php

index 5f0627e..75fd7b3 100644 (file)
@@ -40,7 +40,7 @@ trait Pman_Core_AssetTrait {
          // cached version?? - how do we decide if it's expired?
         // while scanning the directory is slow... - it's faster than serving every file...
         if (empty($ar)) {
-            echo "<!-- skipping $path - no file found -->\n";
+            echo "<!-- skipping $path - no files found -->\n";
             return;
         }