Follow-up r66698: Fix syntax error (missing ;)
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 20 May 2010 19:02:45 +0000 (19:02 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 20 May 2010 19:02:45 +0000 (19:02 +0000)
includes/User.php

index 98af4ca..364503b 100644 (file)
@@ -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 }}";