r59093 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59092‎ | r59093 | r59094 >
Date:12:07, 15 November 2009
Author:vrandezo
Status:deferred
Tags:
Comment:
updated signature of deprecated function (it shouldnt throw warnings)
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/SMW_ParserExtensions.php (modified) (history)

Diff [purge]

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

Status & tagging log