r86422 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86421‎ | r86422 | r86423 >
Date:19:27, 19 April 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix class name fail
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php
@@ -73,7 +73,7 @@
7474 * @return true
7575 */
7676 public static function initGeoCoordsType() {
77 - SMWDataValueFactory::registerDatatype( '_geo', __CLASS__, 'Geographic coordinate' );
 77+ SMWDataValueFactory::registerDatatype( '_geo', 'SMGeoCoordsValue', 'Geographic coordinate' );
7878 return true;
7979 }
8080

Status & tagging log