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 @@
58
58
return $this->queryPrinter->getParameters();
59
59
}
60
60
61
+ public function getMimeType($res) {
62
+ return $this->queryPrinter->getMimeType($res);
63
+ }
64
+
61
65
}
Status & tagging log
15:19, 1 February 2010
MaxSem
(
talk
|
contribs
)
changed the
status
of r61771
[
removed:
new
added:
deferred]