RCFilters: Remove redundant replaceUpdatedUrl method
[lhc/web/wiklou.git] / resources / src / mediawiki.rcfilters / mw.rcfilters.Controller.js
index d1092a1..28b94e4 100644 (file)
         * without adding an history entry.
         */
        mw.rcfilters.Controller.prototype.replaceUrl = function () {
-               this.uriProcessor.replaceUpdatedUri();
+               this.uriProcessor.updateURL();
        };
 
        /**