r100881 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100880‎ | r100881 | r100882 >
Date:21:43, 26 October 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix fail
Modified paths:
  • /trunk/extensions/SemanticResultFormats/GoogleCharts/SRF_GoogleBar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/GoogleCharts/SRF_GoogleBar.php
@@ -81,7 +81,7 @@
8282 // $params['height'] = new Parameter( 'height', Parameter::TYPE_INTEGER, 250 );
8383 // $params['height']->addMessage( 'srf_paramdesc_chartheight' );
8484
85 - $params['width'] = new Parameter( 'height', Parameter::TYPE_INTEGER, 250 );
 85+ $params['width'] = new Parameter( 'width', Parameter::TYPE_INTEGER, 250 );
8686 $params['width']->setMessage( 'srf_paramdesc_chartwidth' );
8787
8888 return $params;

Status & tagging log