r61771 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r61770‎ | r61771 | r61772 >
Date:01:35, 1 February 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed fatal error for queries on Special:Ask with "map" format.
Modified paths:
  • /trunk/extensions/SemanticMaps/QueryPrinters/SM_Mapper.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/QueryPrinters/SM_Mapper.php
@@ -57,4 +57,8 @@
5858 return $this->queryPrinter->getParameters();
5959 }
6060
 61+ public function getMimeType($res) {
 62+ return $this->queryPrinter->getMimeType($res);
 63+ }
 64+
6165 }

Status & tagging log