r73762 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73761‎ | r73762 | r73763 >
Date:22:54, 25 September 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Fixed typo
Modified paths:
  • /trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMaps/includes/queryprinters/SM_MapPrinter.php
@@ -181,7 +181,7 @@
182182 );
183183
184184 foreach ( $paramsToFilter as $paramName ) {
185 - if ( aray_key_exists( $paramName, $mapProperties ) ) {
 185+ if ( array_key_exists( $paramName, $mapProperties ) ) {
186186 unset( $mapProperties[$paramName] );
187187 }
188188 }

Status & tagging log