X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FMovePage.php;h=fb0ca8c89a093f96d47263348e3f62c11a000abc;hb=2b7d281f06a3b4880b0536b54aa11affc35aecee;hp=936b94a1ebb8a5ae60783e0ad52add125355425a;hpb=e95100da6ebb786c24f284b9f84a8117bc3e3d99;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/MovePage.php b/includes/MovePage.php index 936b94a1eb..fb0ca8c89a 100644 --- a/includes/MovePage.php +++ b/includes/MovePage.php @@ -371,7 +371,8 @@ class MovePage { Hooks::run( 'TitleMoveCompleting', - array( $this->oldTitle, $this->newTitle, $user, $pageid, $redirid, $reason ) + array( $this->oldTitle, $this->newTitle, + $user, $pageid, $redirid, $reason, $nullRevision ) ); $dbw->endAtomic( __METHOD__ );