From 98fb7d26891416ded7a471ff122de50b76ec77dc Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Fri, 3 Jul 2009 12:48:28 +0000 Subject: [PATCH] log_action field now expanded to 32 chars, re-activating change logging --- Views/AbuseFilterViewEdit.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Views/AbuseFilterViewEdit.php b/Views/AbuseFilterViewEdit.php index a2914291d..54a58e800 100644 --- a/Views/AbuseFilterViewEdit.php +++ b/Views/AbuseFilterViewEdit.php @@ -167,10 +167,9 @@ class AbuseFilterViewEdit extends AbuseFilterView { // Logging - ## Broken until logging table is expanded to 32 chars. -# $lp = new LogPage( 'abusefilter' ); + $lp = new LogPage( 'abusefilter' ); -# $lp->addEntry( 'modify', $this->getTitle( $new_id ), '', array( $history_id, $new_id ) ); + $lp->addEntry( 'modify', $this->getTitle( $new_id ), '', array( $history_id, $new_id ) ); // Special-case stuff for tags -- purge the tag list cache. if ( isset( $actions['tag'] ) ) {