X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2FTitle.php;h=3e6f11bd1ea7eecc251fcb0273c39ac59f8c5d6d;hb=386ba287d7716007e6a448674e0375bec15abbb1;hp=734e009e8a44bb2923103621570d9b57d8b366eb;hpb=e2996404f5b133f6f099b483fc99e9b27b24eae7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index 734e009e8a..3e6f11bd1e 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -3620,6 +3620,8 @@ class Title { $createRedirect = true; } + wfRunHooks( 'TitleMove', array( $this, $nt, $wgUser ) ); + // If it is a file, move it first. // It is done before all other moving stuff is done because it's hard to revert. $dbw = wfGetDB( DB_MASTER );