diff --git a/core/modules/wiki.js b/core/modules/wiki.js index 7a4c15b3c..38d7d850e 100755 --- a/core/modules/wiki.js +++ b/core/modules/wiki.js @@ -166,7 +166,7 @@ exports.deleteTiddler = function(title) { }; exports.tiddlerExists = function(title) { - return !!this.tiddlers[title]; + return !!$tw.utils.hop(this.tiddlers,title); }; /* @@ -497,7 +497,7 @@ exports.getTagMap = function() { if(tiddler.fields.tags) { for(var index=0; index