r11563 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11562‎ | r11563 | r11564 >
Date:06:02, 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:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -1609,6 +1609,7 @@
16101610 $u->doUpdate();
16111611 }
16121612
 1613+ global $wgUser;
16131614 wfRunHooks( 'TitleMoveComplete', array( &$this, &$nt, &$wgUser, $pageid, $redirid ) );
16141615 return true;
16151616 }
Index: trunk/phase3/RELEASE-NOTES
@@ -191,6 +191,7 @@
192192 * (bug 3291) 'last' diff link for last history line when not at end
193193 * Avoid numerous redundant latest-revision lookups in history
194194 * Ability to set the table name for external storage servers
 195+* (bug 3667) Add missing global in page move code
195196
196197
197198 === Caveats ===

Follow-up revisions

RevisionCommit summaryAuthorDate
r11564* (bug 3667) Add missing global in page move code...vibber06:03, 29 October 2005
r100086Remove global added in 2005 by vibber (r11563). There's a new one added in r9...platonides21:00, 17 October 2011

Status & tagging log