Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php |
— | — | @@ -181,7 +181,7 @@ |
182 | 182 | ); |
183 | 183 | |
184 | 184 | foreach ( $paramsToFilter as $paramName ) { |
185 | | - if ( aray_key_exists( $paramName, $mapProperties ) ) { |
| 185 | + if ( array_key_exists( $paramName, $mapProperties ) ) { |
186 | 186 | unset( $mapProperties[$paramName] ); |
187 | 187 | } |
188 | 188 | } |