X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Flogging%2FLogEntry.php;h=31ef99a1566f9faeb48c13a8e19e054fd0983622;hb=216d661d3b0098b93926b485fb986e66d9cb0bad;hp=0373d75f980fa2122e96fb4e0300402065c85f5b;hpb=9d41b9505369201b8e4c069c3cbc060d1630bf22;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/logging/LogEntry.php b/includes/logging/LogEntry.php index 0373d75f98..31ef99a156 100644 --- a/includes/logging/LogEntry.php +++ b/includes/logging/LogEntry.php @@ -417,7 +417,7 @@ class ManualLogEntry extends LogEntryBase { ); if ( $to === 'rc' || $to === 'rcandudp' ) { - $rc->save(); + $rc->save( 'pleasedontudp' ); } if ( $to === 'udp' || $to === 'rcandudp' ) {