r38616 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r38615
|
r38616
|
r38617
>
Date:
07:45, 5 August 2008
Author:
mkroetzsch
Status:
old
Tags:
Comment:
Show query errors also for format=count
Modified paths:
/trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php
—
—
@@ -300,7 +300,7 @@
301
301
return $result;
302
302
} else { // result for counting or debugging is just a string
303
303
wfProfileOut('SMWQueryProcessor::getResultFromQuery (SMW)');
304
- return $res;
304
+ return $res . smwfEncodeMessages($query->getErrors());
305
305
}
306
306
}
307
307
Status & tagging log
15:29, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r38616
[
removed:
ok
added:
old]