X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FActorMigration.php;h=51dfa60a0bef2c213e8183cf5efc92a5e8f69abf;hb=e8df0fbab17b9ef40b306c437a626acc852902bf;hp=161c7a923b47c04e80aac5fcf97c1924bdf44e50;hpb=925c20a9ca669c67cc44f4468d0e0f3b33b94213;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ActorMigration.php b/includes/ActorMigration.php index 161c7a923b..51dfa60a0b 100644 --- a/includes/ActorMigration.php +++ b/includes/ActorMigration.php @@ -220,7 +220,7 @@ class ActorMigration { * @param UserIdentity $user User to set in the update * @return array with two values: * - array to merge into `$values` to `IDatabase->update()` or `$a` to `IDatabase->insert()` - * - callback to call with the the primary key for the main table insert + * - callback to call with the primary key for the main table insert * and extra fields needed for the temp table. */ public function getInsertValuesWithTempTable( IDatabase $dbw, $key, UserIdentity $user ) {