r75735 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75734‎ | r75735 | r75736 >
Date:18:45, 31 October 2010
Author:yaron
Status:deferred
Tags:
Comment:
Removed unnecessary line
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_ParserFunctions.php
@@ -266,7 +266,6 @@
267267 // disable the cache (so the Javascript will show up) -
268268 // if there's more than one autocompleted #forminput
269269 // on the page, we only need to do this the first time
270 - $autocompletion_javascript = '';
271270 if ( $input_num == 1 ) {
272271 $parser->disableCache();
273272 SFUtils::addJavascriptAndCSS();

Status & tagging log