From fb2f9aa34d2034aca2898b97f289b4f553ebb9c9 Mon Sep 17 00:00:00 2001 From: Alex Z Date: Sat, 22 Aug 2009 00:46:13 +0000 Subject: [PATCH] Parse error: syntax error, unexpected T_VARIABLE in w/includes/UserMailer.php on line 480 --- includes/UserMailer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/UserMailer.php b/includes/UserMailer.php index b81f8739a5..3e89ea9b23 100644 --- a/includes/UserMailer.php +++ b/includes/UserMailer.php @@ -477,7 +477,7 @@ class EmailNotification { $pagetitle = $this->title->getPrefixedText(); $keys['$PAGETITLE'] = $pagetitle; $keys['$REVINFO'] = $this->deleted ? '' : - wfMsgForContent( 'enotif_rev_info' $this->title->getFullUrl() ); + wfMsgForContent( 'enotif_rev_info', $this->title->getFullUrl() ); $keys['$PAGEMINOREDIT'] = $medit; $keys['$PAGESUMMARY'] = $summary; -- 2.20.1