From d4885e2ae8caae74e42a38f4c7c906cd1f08efa2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 3 Nov 2011 17:09:29 +0000 Subject: [PATCH] Followup r101834 - this time tested --- includes/RecentChange.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/RecentChange.php b/includes/RecentChange.php index fd5325ca13..6463ad0929 100644 --- a/includes/RecentChange.php +++ b/includes/RecentChange.php @@ -199,7 +199,7 @@ class RecentChange { # Notify external application via UDP if ( !$noudp ) { - $this->notifyRC2UDP() + $this->notifyRC2UDP(); } # E-mail notifications -- 2.20.1