Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -383,6 +383,7 @@ |
384 | 384 | $watchingUser->isEmailConfirmed() ) |
385 | 385 | { |
386 | 386 | $this->compose( $watchingUser ); |
| 387 | + wfRunHooks('NotifyOnPageChangeComplete', array( &$this, &$watchingUser )); |
387 | 388 | } |
388 | 389 | } |
389 | 390 | } |