diff --git a/core/modules/upgraders/system.js b/core/modules/upgraders/system.js index a5f9970da..fb6e1dd0c 100644 --- a/core/modules/upgraders/system.js +++ b/core/modules/upgraders/system.js @@ -13,7 +13,7 @@ Upgrader module that suppresses certain system tiddlers that shouldn't be import "use strict"; var DONT_IMPORT_LIST = ["$:/StoryList","$:/HistoryList"], - DONT_IMPORT_PREFIX_LIST = ["$:/temp/","$:/state/"], + DONT_IMPORT_PREFIX_LIST = ["$:/temp/","$:/state/","$:/Import"], WARN_IMPORT_PREFIX_LIST = ["$:/core/modules/"]; exports.upgrade = function(wiki,titles,tiddlers) {