Bug 29524 - Rename RequestContext::getLang to getLanguage
[lhc/web/wiklou.git] / includes / logging / LogEntry.php
index 0373d75..31ef99a 100644 (file)
@@ -417,7 +417,7 @@ class ManualLogEntry extends LogEntryBase {
                );
 
                if ( $to === 'rc' || $to === 'rcandudp' ) {
-                       $rc->save();
+                       $rc->save( 'pleasedontudp' );
                }
 
                if ( $to === 'udp' || $to === 'rcandudp' ) {