Asset.php
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:42:29 +0000 (11:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 03:42:29 +0000 (11:42 +0800)
Asset.php

index 0987ee7..6b76177 100644 (file)
--- a/Asset.php
+++ b/Asset.php
@@ -287,7 +287,7 @@ trait Pman_Core_Asset_Trait {
             // got the 'module file..'
             
             if (!file_exists($dir . '/'. $f)) {
-                echo "<!-- missing {$relpath}/{$f} -->\n";
+                echo "<!-- missing {$relpath}{$f} -->\n";
                 $files[] = $relpath  . $f . '?ts='.$mtime;
                 $missing_files = true;
                 continue;