diff --git a/boot/boot.js b/boot/boot.js index f3f716943..403a9a1e1 100644 --- a/boot/boot.js +++ b/boot/boot.js @@ -1527,7 +1527,7 @@ $tw.loadTiddlersFromPath = function(filepath,excludeRegExp) { }); } } else if(stat.isFile()) { - tiddlers.push($tw.loadTiddlersFromFile(filepath)); + tiddlers.push($tw.loadTiddlersFromFile(filepath,{title: filepath})); } } return tiddlers;