Replace deprecated notifyRC2UDP() with notifyRCFeeds().
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Tue, 3 Dec 2013 21:48:40 +0000 (22:48 +0100)
committerIAlex <codereview@emsenhuber.ch>
Sat, 14 Dec 2013 12:00:51 +0000 (12:00 +0000)
Change-Id: I54f6ce861ee0ecc6121df76e52ca3de16dd141fa

includes/logging/LogPage.php

index 5bb6b41..ae8938e 100644 (file)
@@ -129,7 +129,7 @@ class LogPage {
                                $this->type, $this->action, $this->target, $this->comment,
                                $this->params, $newId, $this->getRcCommentIRC()
                        );
-                       $rc->notifyRC2UDP();
+                       $rc->notifyRCFeeds();
                }
 
                return $newId;