http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89976

Revision: 89976
Author:   jeroendedauw
Date:     2011-06-13 16:23:23 +0000 (Mon, 13 Jun 2011)
Log Message:
-----------
follow up to r89974

Modified Paths:
--------------
    trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php

Modified: trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php
===================================================================
--- trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php     
2011-06-13 16:20:36 UTC (rev 89975)
+++ trunk/extensions/SemanticResultFormats/jqPlot/SRF_jqPlotBar.php     
2011-06-13 16:23:23 UTC (rev 89976)
@@ -162,7 +162,7 @@
                                        if ( $object->isNumeric() ) {
                                                // getDataItem was introduced 
in SMW 1.6, getValueKey was deprecated in the same version.
                                                if ( method_exists( $object, 
'getDataItem' ) ) {
-                                                       
$object->getDataItem()->getSortKey();
+                                                       $nr = 
$object->getDataItem()->getSortKey();
                                                } else {
                                                        $nr = 
$object->getValueKey();
                                                }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to