X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogEntry.php;h=31c196af7f23ee20601c675f26c401bdaf9ce862;hb=c1b4a3782768c9a8b1071d3ddd20fabe1bffaa24;hp=54a41bab0b44a6fc16e0c9c2c3af1f6ab881580c;hpb=2f713d5ff81ee045b964ba00fd2b8da3276586fc;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogEntry.php b/includes/logging/LogEntry.php index 54a41bab0b..31c196af7f 100644 --- a/includes/logging/LogEntry.php +++ b/includes/logging/LogEntry.php @@ -781,7 +781,7 @@ class ManualLogEntry extends LogEntryBase { $tags = []; } $rc->addTags( $tags ); - $rc->save( 'pleasedontudp' ); + $rc->save( $rc::SEND_NONE ); } if ( $to === 'udp' || $to === 'rcandudp' ) {