diff --git a/Views/AbuseFilterViewEdit.php b/Views/AbuseFilterViewEdit.php index 43e51d0a3..e8f44a73b 100644 --- a/Views/AbuseFilterViewEdit.php +++ b/Views/AbuseFilterViewEdit.php @@ -163,9 +163,11 @@ class AbuseFilterViewEdit extends AbuseFilterView { $dbw->commit(); // Logging - $lp = new LogPage( 'abusefilter' ); - $lp->addEntry( 'modify', $this->getTitle( $new_id ), '', array( $history_id, $new_id ) ); + ## Broken until logging table is expanded to 32 chars. +# $lp = new LogPage( 'abusefilter' ); + +# $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'] ) ) {