r89976 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89975‎ | r89976 | r89977 >
Date:16:23, 13 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
follow up to r89974
Modified paths:
  • /trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php
@@ -162,7 +162,7 @@
163163 if ( $object->isNumeric() ) {
164164 // getDataItem was introduced in SMW 1.6, getValueKey was deprecated in the same version.
165165 if ( method_exists( $object, 'getDataItem' ) ) {
166 - $object->getDataItem()->getSortKey();
 166+ $nr = $object->getDataItem()->getSortKey();
167167 } else {
168168 $nr = $object->getValueKey();
169169 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89974compat fixjeroendedauw16:09, 13 June 2011