Fix typo preventing filter run prefix modules from being cached

This had a significant impact on performance.
optimising-macrocalls
jeremy@jermolene.com 2020-11-25 13:58:54 +00:00
rodzic 94ffb50e04
commit 64ac29adca
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -188,7 +188,7 @@ exports.getFilterOperators = function() {
};
exports.getFilterRunPrefixes = function() {
if(!this.filterPrefixes) {
if(!this.filterRunPrefixes) {
$tw.Wiki.prototype.filterRunPrefixes = {};
$tw.modules.applyMethods("filterrunprefix",this.filterRunPrefixes);
}