r106105 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106104‎ | r106105 | r106106 >
Date:21:44, 13 December 2011
Author:foxtrott
Status:ok
Tags:
Comment:
bugfix (variable $col undefined)
Modified paths:
  • /trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/forminputs/SF_TextAreaWithAutocompleteInput.php
@@ -93,7 +93,6 @@
9494 'id' => $input_id,
9595 'name' => $input_name,
9696 'rows' => $rows,
97 - 'cols' => $cols,
9897 'class' => $className,
9998 'autocompletesettings' => $autocompleteSettings,
10099 );

Status & tagging log