r11564 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11563‎ | r11564 | r11565 >
Date:06:03, 29 October 2005
Author:vibber
Status:old
Tags:
Comment:
* (bug 3667) Add missing global in page move code
Might or might not mollify PHP 4.1.2, but it's a correctness thing anyway.
Modified paths:
  • /branches/REL1_5/phase3/RELEASE-NOTES (modified) (history)
  • /branches/REL1_5/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: branches/REL1_5/phase3/includes/Title.php
@@ -1659,6 +1659,7 @@
16601660 $u->doUpdate();
16611661 }
16621662
 1663+ global $wgUser;
16631664 wfRunHooks( 'TitleMoveComplete', array( &$this, &$nt, &$wgUser, $pageid, $redirid ) );
16641665 return true;
16651666 }
Index: branches/REL1_5/phase3/RELEASE-NOTES
@@ -880,6 +880,7 @@
881881 * (bug 3762) Define missing Special:Import UI messages
882882 * (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
883883 * (bug 3649) Remove obsolete, broken moveCustomMessages script
 884+* (bug 3667) Add missing global in page move code
884885
885886
886887 === Caveats ===

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r11563* (bug 3667) Add missing global in page move code...vibber06:02, 29 October 2005

Status & tagging log