r66019 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66018‎ | r66019 | r66020 >
Date:14:24, 7 May 2010
Author:catrope
Status:ok
Tags:
Comment:
Fix r66008: don't declare wfArrayMap() twice
Modified paths:
  • /trunk/phase3/config/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/Installer.php
@@ -2254,17 +2254,6 @@
22552255 return false;
22562256 }
22572257
2258 -function wfArrayMap( $function, $input ) {
2259 - $ret = array_map( $function, $input );
2260 - foreach ( $ret as $key => $value ) {
2261 - $taint = istainted( $input[$key] );
2262 - if ( $taint ) {
2263 - taint( $ret[$key], $taint );
2264 - }
2265 - }
2266 - return $ret;
2267 -}
2268 -
22692258 ?>
22702259
22712260 <div class="license">

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66008Merge new-installer branch to trunk...demon12:25, 7 May 2010

Status & tagging log