Skin: Drop appending of wgStyleVersion in getSkinStylePath()
[lhc/web/wiklou.git] / includes / logging / LogEntry.php
index 54a41ba..31c196a 100644 (file)
@@ -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' ) {