From e0463fe6a3d6ee43a453315c79f7d3b22d46ac7f Mon Sep 17 00:00:00 2001 From: calzoneman Date: Thu, 27 Jun 2013 14:42:25 -0400 Subject: [PATCH] Fix #187 --- channel.js | 1 + 1 file changed, 1 insertion(+) 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); } }