From 00ca36593e0404fade5760cdf308f5aab206df4d Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 3 Dec 2013 22:48:40 +0100 Subject: [PATCH] Replace deprecated notifyRC2UDP() with notifyRCFeeds(). Change-Id: I54f6ce861ee0ecc6121df76e52ca3de16dd141fa --- includes/logging/LogPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/logging/LogPage.php b/includes/logging/LogPage.php index 5bb6b41eaf..ae8938e51c 100644 --- a/includes/logging/LogPage.php +++ b/includes/logging/LogPage.php @@ -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; -- 2.20.1