Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_Mapper.php |
— | — | @@ -68,7 +68,7 @@ |
69 | 69 | * @since 0.8 |
70 | 70 | */ |
71 | 71 | public function getParameters() { |
72 | | - $this->queryPrinter->getParameters(); |
| 72 | + return $this->queryPrinter->getParameters(); |
73 | 73 | } |
74 | 74 | |
75 | 75 | /** |