From: Siebrand Mazeland Date: Tue, 3 Dec 2013 21:48:40 +0000 (+0100) Subject: Replace deprecated notifyRC2UDP() with notifyRCFeeds(). X-Git-Tag: 1.31.0-rc.0~17636 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=00ca36593e0404fade5760cdf308f5aab206df4d;p=lhc%2Fweb%2Fwiklou.git Replace deprecated notifyRC2UDP() with notifyRCFeeds(). Change-Id: I54f6ce861ee0ecc6121df76e52ca3de16dd141fa --- 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;