r90144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90143‎ | r90144 | r90145 >
Date:20:41, 15 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix from bug 29418
Modified paths:
  • /branches/SemanticMaps0.7.x/includes/SM_GeoCoordsValue.php (modified) (history)

Diff [purge]

Index: branches/SemanticMaps0.7.x/includes/SM_GeoCoordsValue.php
@@ -77,7 +77,7 @@
7878 * @return true
7979 */
8080 public static function initGeoCoordsType() {
81 - SMWDataValueFactory::registerDatatype( '_geo', __CLASS__, 'Geographic coordinate' );
 81+ SMWDataValueFactory::registerDatatype( '_geo', __CLASS__ );
8282 return true;
8383 }
8484

Status & tagging log