From: Raimond Spekking Date: Thu, 20 May 2010 19:02:45 +0000 (+0000) Subject: Follow-up r66698: Fix syntax error (missing ;) X-Git-Tag: 1.31.0-rc.0~36781 X-Git-Url: http://git.cyclocoop.org///%22%40url%40//%22?a=commitdiff_plain;h=b0da00749cdc37e440edd4fd0e5a207583e1ca8d;p=lhc%2Fweb%2Fwiklou.git Follow-up r66698: Fix syntax error (missing ;) --- diff --git a/includes/User.php b/includes/User.php index 98af4ca2cf..364503b1ed 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3765,7 +3765,7 @@ class User { if ( !$template || $template->getNamespace() !== NS_TEMPLATE || !$template->exists() ) { - $text = "== $subject ==\n\n$text\n\n-- $signature" + $text = "== $subject ==\n\n$text\n\n-- $signature"; } else { $text = '{{'. $template->getText() . " | subject=$subject | body=$text | signature=$signature }}";