From: Alex Z Date: Sat, 22 Aug 2009 00:46:13 +0000 (+0000) Subject: Parse error: syntax error, unexpected T_VARIABLE in w/includes/UserMailer.php on... X-Git-Tag: 1.31.0-rc.0~40135 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=fb2f9aa34d2034aca2898b97f289b4f553ebb9c9;p=lhc%2Fweb%2Fwiklou.git Parse error: syntax error, unexpected T_VARIABLE in w/includes/UserMailer.php on line 480 --- 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;