From a8e647332b911447481aa723302baafebbe77753 Mon Sep 17 00:00:00 2001 From: Krzysztof Krzyzaniak Date: Thu, 10 Jul 2008 11:10:48 +0000 Subject: [PATCH] NotifyOnPageChangeComplete hook added --- includes/UserMailer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index 89753f2a54..75a37ad18c 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -383,6 +383,7 @@ class EmailNotification { $watchingUser->isEmailConfirmed() ) { $this->compose( $watchingUser ); + wfRunHooks('NotifyOnPageChangeComplete', array( &$this, &$watchingUser )); } } } -- 2.20.1