mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 14:13:54 +00:00
Disable logging until logging table is fixed up
This commit is contained in:
parent
19d1cfe329
commit
1aa5ea69e8
|
@ -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'] ) ) {
|
||||
|
|
Loading…
Reference in a new issue