diff --git a/inc/common.php b/inc/common.php index fadf71b03fbd46497c8a9a3d47eaac770d0cd34d..144f8e48cf113abe5313fbdc7f7ecd674b738777 100644 --- a/inc/common.php +++ b/inc/common.php @@ -1107,7 +1107,7 @@ function notify($id,$who,$rev='',$summary='',$minor=false,$replace=array()){ $text = str_replace('@SUMMARY@',$summary,$text); $text = str_replace('@USER@',$_SERVER['REMOTE_USER'],$text); $text = str_replace('@NAME@',$INFO['userinfo']['name'],$text); - $text = str_replace('@MAIL',$INFO['userinfo']['mail'],$text); + $text = str_replace('@MAIL@',$INFO['userinfo']['mail'],$text); foreach ($replace as $key => $substitution) { $text = str_replace('@'.strtoupper($key).'@',$substitution, $text);