From: Krzysztof Krzyzaniak Date: Thu, 10 Jul 2008 11:10:48 +0000 (+0000) Subject: NotifyOnPageChangeComplete hook added X-Git-Tag: 1.31.0-rc.0~46580 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=a8e647332b911447481aa723302baafebbe77753;p=lhc%2Fweb%2Fwiklou.git NotifyOnPageChangeComplete hook added --- 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 )); } } }