Index: trunk/extensions/AbuseFilter/Views/AbuseFilterViewEdit.php |
— | — | @@ -167,10 +167,9 @@ |
168 | 168 | |
169 | 169 | // Logging |
170 | 170 | |
171 | | - ## Broken until logging table is expanded to 32 chars. |
172 | | -# $lp = new LogPage( 'abusefilter' ); |
| 171 | + $lp = new LogPage( 'abusefilter' ); |
173 | 172 | |
174 | | -# $lp->addEntry( 'modify', $this->getTitle( $new_id ), '', array( $history_id, $new_id ) ); |
| 173 | + $lp->addEntry( 'modify', $this->getTitle( $new_id ), '', array( $history_id, $new_id ) ); |
175 | 174 | |
176 | 175 | // Special-case stuff for tags -- purge the tag list cache. |
177 | 176 | if ( isset( $actions['tag'] ) ) { |