Index: trunk/extensions/SemanticMediaWiki/includes/SMW_ParserExtensions.php |
— | — | @@ -193,7 +193,7 @@ |
194 | 194 | * @todo Remove this function entirely, one could have an extension for those who |
195 | 195 | * wish to have some intelligent behaviour here. |
196 | 196 | */ |
197 | | - static public function doAskHook($querytext, $params, &$parser) { |
| 197 | + static public function doAskHook($querytext, $params, $parser) { |
198 | 198 | return '<ask> no longer supported. See SMW documentation on how to do inline queries now.'; |
199 | 199 | } |
200 | 200 | |