Index: trunk/extensions/SemanticResultFormats/GraphViz/SRF_Graph.php |
— | — | @@ -285,7 +285,7 @@ |
286 | 286 | $params['graphsize']->setMessage( 'srf_paramdesc_graphsize' ); |
287 | 287 | $params['graphsize']->setDefault( '', false ); |
288 | 288 | |
289 | | - $params['graphlegend'] = new Parameter( 'graphsize', Parameter::TYPE_BOOLEAN, false ); |
| 289 | + $params['graphlegend'] = new Parameter( 'graphlegend', Parameter::TYPE_BOOLEAN, false ); |
290 | 290 | $params['graphlegend']->setMessage( 'srf_paramdesc_graphlegend' ); |
291 | 291 | |
292 | 292 | $params['graphlabel'] = new Parameter( 'graphlabel', Parameter::TYPE_BOOLEAN, false ); |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | Semantic Result Formats 1.7.1 is currently in beta-quality and is not recommended for use in |
11 | 11 | production until the actual release. |
12 | 12 | |
13 | | -* |
| 13 | +* Fixed issue with the graphlenegd parameter in the graph format (bug 33745) |
14 | 14 | |
15 | 15 | New formats in this version are: |
16 | 16 | * JitGraph, still in alpha, disabled by default (written by Alex Shapovalov) (bug 32877) |