Index: trunk/phase3/includes/UserMailer.php |
— | — | @@ -477,7 +477,7 @@ |
478 | 478 | $pagetitle = $this->title->getPrefixedText(); |
479 | 479 | $keys['$PAGETITLE'] = $pagetitle; |
480 | 480 | $keys['$REVINFO'] = $this->deleted ? '' : |
481 | | - wfMsgForContent( 'enotif_rev_info' $this->title->getFullUrl() ); |
| 481 | + wfMsgForContent( 'enotif_rev_info', $this->title->getFullUrl() ); |
482 | 482 | |
483 | 483 | $keys['$PAGEMINOREDIT'] = $medit; |
484 | 484 | $keys['$PAGESUMMARY'] = $summary; |