log_action field now expanded to 32 chars, re-activating change logging

This commit is contained in:
Andrew Garrett 2009-07-03 12:48:28 +00:00
parent 1371c0bf49
commit 98fb7d2689

View file

@ -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'] ) ) {