X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogEntry.php;h=e9e338dc3a9e9ca03192ce74d64179a0fee8fecd;hb=125cbd8c017b872c78f047c08f494a458883db23;hp=54a41bab0b44a6fc16e0c9c2c3af1f6ab881580c;hpb=80d25451b23c9a1907e93f5344fb51c8cbbe77be;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogEntry.php b/includes/logging/LogEntry.php index 54a41bab0b..e9e338dc3a 100644 --- a/includes/logging/LogEntry.php +++ b/includes/logging/LogEntry.php @@ -24,7 +24,7 @@ * * @file * @author Niklas Laxström - * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later + * @license GPL-2.0-or-later * @since 1.19 */ @@ -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' ) {