mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-16 13:48:07 +00:00
Revert getTiddlerData() and add getTiddlerDataCached()
For backwards compatibility, we now explicitly request the cacheable version of this method. Fixes #1873
This commit is contained in:
@@ -29,7 +29,7 @@ Command.prototype.execute = function() {
|
||||
}
|
||||
var self = this,
|
||||
title = this.params[0],
|
||||
pluginData = this.commander.wiki.getTiddlerData(title);
|
||||
pluginData = this.commander.wiki.getTiddlerDataCached(title);
|
||||
if(!pluginData) {
|
||||
return "Plugin '" + title + "' not found";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user