X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FTitle.php;h=083a725d98376af9418a31192d896fbce2670d38;hp=2ebeb0d7566735c09290ffb1f009869c05af6df7;hb=12601ff7d2796752404bfb331fccc41083d31f9f;hpb=16a9c7076f5eb5279d6eb1384751a08a4e33f532 diff --git a/includes/Title.php b/includes/Title.php index 2ebeb0d756..083a725d98 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -3735,8 +3735,8 @@ class Title implements LinkTarget { * @return array|bool True on success, getUserPermissionsErrors()-like array on failure */ public function moveTo( &$nt, $auth = true, $reason = '', $createRedirect = true, - array $changeTags = [] ) { - + array $changeTags = [] + ) { global $wgUser; $err = $this->isValidMoveOperation( $nt, $auth, $reason ); if ( is_array( $err ) ) { @@ -3773,8 +3773,8 @@ class Title implements LinkTarget { * no pages were moved */ public function moveSubpages( $nt, $auth = true, $reason = '', $createRedirect = true, - array $changeTags = [] ) { - + array $changeTags = [] + ) { global $wgMaximumMovedPages; // Check permissions if ( !$this->userCan( 'move-subpages' ) ) {