Index: trunk/extensions/SemanticMaps/includes/SM_GeoCoordsHooks.php |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | * @return true |
75 | 75 | */ |
76 | 76 | public static function initGeoCoordsType() { |
77 | | - SMWDataValueFactory::registerDatatype( '_geo', __CLASS__, 'Geographic coordinate' ); |
| 77 | + SMWDataValueFactory::registerDatatype( '_geo', 'SMGeoCoordsValue', 'Geographic coordinate' ); |
78 | 78 | return true; |
79 | 79 | } |
80 | 80 | |