Index: trunk/phase3/includes/Title.php |
— | — | @@ -1609,6 +1609,7 @@ |
1610 | 1610 | $u->doUpdate(); |
1611 | 1611 | } |
1612 | 1612 | |
| 1613 | + global $wgUser; |
1613 | 1614 | wfRunHooks( 'TitleMoveComplete', array( &$this, &$nt, &$wgUser, $pageid, $redirid ) ); |
1614 | 1615 | return true; |
1615 | 1616 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -191,6 +191,7 @@ |
192 | 192 | * (bug 3291) 'last' diff link for last history line when not at end |
193 | 193 | * Avoid numerous redundant latest-revision lookups in history |
194 | 194 | * Ability to set the table name for external storage servers |
| 195 | +* (bug 3667) Add missing global in page move code |
195 | 196 | |
196 | 197 | |
197 | 198 | === Caveats === |