Bug 1137870 - Fix mismatching argument counts in permissions.js (partially)

This commit is contained in:
janekptacijarabaci 2018-04-26 07:08:26 +02:00 committed by Roy Tam
commit 8d0c3c72d3

View file

@ -151,7 +151,7 @@ var gPermissionManager = {
// Re-do the sort, if the status changed from Block to Allow
// or vice versa, since if we're sorted on status, we may no
// longer be in order.
if (this._lastPermissionSortColumn.id == "statusCol") {
if (this._lastPermissionSortColumn == "statusCol") {
this._resortPermissions();
}
this._tree.treeBoxObject.invalidate();