Index: branches/REL1_5/phase3/includes/Title.php |
— | — | @@ -1659,6 +1659,7 @@ |
1660 | 1660 | $u->doUpdate(); |
1661 | 1661 | } |
1662 | 1662 | |
| 1663 | + global $wgUser; |
1663 | 1664 | wfRunHooks( 'TitleMoveComplete', array( &$this, &$nt, &$wgUser, $pageid, $redirid ) ); |
1664 | 1665 | return true; |
1665 | 1666 | } |
Index: branches/REL1_5/phase3/RELEASE-NOTES |
— | — | @@ -880,6 +880,7 @@ |
881 | 881 | * (bug 3762) Define missing Special:Import UI messages |
882 | 882 | * (bug 3771) Handle internal functions in backtrace in wfAbruptExit() |
883 | 883 | * (bug 3649) Remove obsolete, broken moveCustomMessages script |
| 884 | +* (bug 3667) Add missing global in page move code |
884 | 885 | |
885 | 886 | |
886 | 887 | === Caveats === |