Fix abuse filter sorting by hitcount

This commit is contained in:
Andrew Garrett 2009-03-19 06:56:30 +00:00
parent 31c6e1d519
commit 1d180de4ed

View file

@ -170,10 +170,6 @@ class AbuseFilterPager extends TablePager {
);
}
function getIndexField() {
return 'af_id';
}
function getFieldNames() {
static $headers = null;