Skip to content

Commit 32abd48

Browse files
authored
ipb: fix filter (#294)
1 parent eef212e commit 32abd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[admin]/ipb/client/gui.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ function GUI:updateStatistics(mode)
276276
return
277277
end
278278

279-
self:fill(mode, getPerformanceStats(self.categoryItem, self.options:getText(), self.options:getText()))
279+
self:fill(mode, getPerformanceStats(self.categoryItem, self.options:getText(), self.filter:getText()))
280280
end
281281

282282
function GUI:fill(mode, columns, rows)

0 commit comments

Comments
 (0)