From 924b9f19bae93d201639b5dbd07e602d2ea708f5 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Tue, 23 Jun 2009 21:52:39 +0000 Subject: [PATCH] Core changes for r52307 --- Views/AbuseFilterViewList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/AbuseFilterViewList.php b/Views/AbuseFilterViewList.php index 490e19aa4..7ace6dd10 100644 --- a/Views/AbuseFilterViewList.php +++ b/Views/AbuseFilterViewList.php @@ -161,7 +161,7 @@ class AbuseFilterPager extends TablePager { 'af_timestamp', 'af_user_text', 'af_user', - 'af_actions' + 'af_actions', ), 'conds' => $this->mConds, );