r74699 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74698‎ | r74699 | r74700 >
Date:23:50, 12 October 2010
Author:platonides
Status:deferred
Tags:
Comment:
This is the first use of the variable.
Modified paths:
  • /trunk/extensions/ArticleComments/ArticleComments.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleComments/ArticleComments.php
@@ -273,7 +273,7 @@
274274 }
275275
276276 # Inline JavaScript to make form behavior more rich (must degrade well in JS-disabled browsers)
277 - $js .= "<script type=\"text/javascript\">//<![CDATA[\n(function(){\n";
 277+ $js = "<script type=\"text/javascript\">//<![CDATA[\n(function(){\n";
278278
279279 # Prefill the name field if the user is logged in.
280280 $js .=

Status & tagging log