@@ -355,6 +355,9 @@ |
||
355 | 355 | } |
356 | 356 | |
357 | 357 | |
358 | + /** |
|
359 | + * @param boolean $value |
|
360 | + */ |
|
358 | 361 | private function getParameterWithValue( ProcessedParam $param, $value ) { |
359 | 362 | return new ProcessedParam( |
360 | 363 | $param->getName(), |
@@ -7,11 +7,8 @@ |
||
7 | 7 | use ALTree; |
8 | 8 | use Maps\Presentation\GeoJsonNewPageUi; |
9 | 9 | use Maps\Presentation\OutputFacade; |
10 | -use ParserOptions; |
|
11 | 10 | use Revision; |
12 | 11 | use SkinTemplate; |
13 | -use SMW\ApplicationFactory; |
|
14 | -use SMW\DIProperty; |
|
15 | 12 | use User; |
16 | 13 | use WikiPage; |
17 | 14 |