diff options
-rw-r--r-- | inc/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/common.php b/inc/common.php index 40af3c9db..6809e5b16 100644 --- a/inc/common.php +++ b/inc/common.php @@ -1040,10 +1040,10 @@ function saveOldRevision($id){ } /** - * Sends a notify mail on page change + * Sends a notify mail on page change or registration * * @param string $id The changed page - * @param string $who Who to notify (admin|subscribers) + * @param string $who Who to notify (admin|subscribers|register) * @param int $rev Old page revision * @param string $summary What changed * @param boolean $minor Is this a minor edit? |