From: Aaron Schulz Date: Sun, 19 Feb 2012 19:47:09 +0000 (+0000) Subject: r111795: update line to remove bogus $db argument X-Git-Tag: 1.31.0-rc.0~24629 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=8ad95acd4daa3ce198c964c94723931e62c04920;p=lhc%2Fweb%2Fwiklou.git r111795: update line to remove bogus $db argument --- diff --git a/maintenance/populateRevisionSha1.php b/maintenance/populateRevisionSha1.php index 48bcf36e55..144133c3a7 100644 --- a/maintenance/populateRevisionSha1.php +++ b/maintenance/populateRevisionSha1.php @@ -83,7 +83,7 @@ class PopulateRevisionSha1 extends LoggedUpdateMaintenance { $db->begin(); foreach ( $res as $row ) { - if ( $this->upgradeRow( $row, $db, $table, $idCol, $prefix ) ) { + if ( $this->upgradeRow( $row, $table, $idCol, $prefix ) ) { $count++; } }