Index: trunk/extensions/SemanticResultFormats/GoogleCharts/SRF_GoogleBar.php |
— | — | @@ -82,7 +82,7 @@ |
83 | 83 | // $params['height']->addMessage( 'srf_paramdesc_chartheight' ); |
84 | 84 | |
85 | 85 | $params['width'] = new Parameter( 'height', Parameter::TYPE_INTEGER, 250 ); |
86 | | - $params['width']->addMessage( 'srf_paramdesc_chartwidth' ); |
| 86 | + $params['width']->setMessage( 'srf_paramdesc_chartwidth' ); |
87 | 87 | |
88 | 88 | return $params; |
89 | 89 | } |