From: Reedy Date: Mon, 29 Jul 2013 21:56:53 +0000 (+0100) Subject: Remove duplicate runChild() call X-Git-Tag: 1.31.0-rc.0~18885 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/message.php?a=commitdiff_plain;h=f857f0cd2ed73200349cc2567ff7256392550615;p=lhc%2Fweb%2Fwiklou.git Remove duplicate runChild() call Change-Id: Ie8479dbb05bed5ec2e99b3ee1292a15f05c53259 --- diff --git a/maintenance/update.php b/maintenance/update.php index 6fcec2c4cb..5df9f32ad3 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -159,7 +159,6 @@ class UpdateMediaWiki extends Maintenance { continue; } - $child = $this->runChild( $maint ); $child->execute(); if ( !$isLoggedUpdate ) { $updater->insertUpdateRow( $maint );