mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-21 09:44:51 +00:00
Use this.wiki where applicable (#4601)
* Use state.wiki * use local wiki where available * fix a couple this vs self cases
This commit is contained in:
@@ -71,7 +71,7 @@ Command.prototype.fetchFiles = function(options) {
|
||||
if(options.url) {
|
||||
urls = [options.url]
|
||||
} else if(options.urlFilter) {
|
||||
urls = $tw.wiki.filterTiddlers(options.urlFilter);
|
||||
urls = this.commander.wiki.filterTiddlers(options.urlFilter);
|
||||
} else {
|
||||
return "Missing URL";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user