Index: trunk/extensions/Maps/includes/Maps_Mapper.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | */ |
26 | 26 | |
27 | 27 | Validator::addOutputFormat( 'mapdimension', array( __CLASS__, 'setMapDimension' ) ); |
28 | | - Validator::addOutputFormat( 'coordinateSet', array( __CLASS__, 'formatLocation' ) ); |
| 28 | + Validator::addOutputFormat( 'coordinateset', array( __CLASS__, 'formatLocation' ) ); |
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |