This commit is contained in:
calzoneman 2013-06-27 14:42:25 -04:00
parent b61591b5fb
commit e0463fe6a3
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}