X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMovePage.php;h=8d0c33dcc286bd77a284e7e4f5250a1caacdd1dd;hb=1c6eee868e605c7da174cd0e3d66521937205d65;hp=ce6ecad236ca0234ca9c542c120e6fd0b22a6b09;hpb=2ffff73a46c29cdad1cbf59063f4dd75debd3b4c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MovePage.php b/includes/MovePage.php index ce6ecad236..8d0c33dcc2 100644 --- a/includes/MovePage.php +++ b/includes/MovePage.php @@ -440,8 +440,8 @@ class MovePage { * @throws MWException */ private function moveToInternal( User $user, &$nt, $reason = '', $createRedirect = true, - array $changeTags = [] ) { - + array $changeTags = [] + ) { global $wgContLang; if ( $nt->exists() ) { $moveOverRedirect = true;