Removed call for obsolete filterLog() method
This commit is contained in:
parent
c4234aeab7
commit
a632aa08f6
1 changed files with 0 additions and 1 deletions
|
@ -380,7 +380,6 @@ Admin.updateDomains = function() {
|
||||||
Admin.prototype.constructor = function() {
|
Admin.prototype.constructor = function() {
|
||||||
this.filterSites();
|
this.filterSites();
|
||||||
this.filterUsers();
|
this.filterUsers();
|
||||||
this.filterLog();
|
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue