diff --git a/channel.js b/channel.js index b858cc33..471c73b7 100644 --- a/channel.js +++ b/channel.js @@ -208,6 +208,7 @@ Channel.prototype.loadDump = function() { else { var filt = new Filter(f.name, f.source, f.flags, f.replace); filt.active = f.active; + filt.filterlinks = f.filterlinks; this.updateFilter(filt); } }