r10316 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10315‎ | r10316 | r10317 >
Date:19:47, 30 July 2005
Author:avar
Status:old
Tags:
Comment:
* (bug 2885, 2931) Problems with references in php 4.4 and 5.1
Modified paths:
  • /trunk/phase3/languages/Language.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/Language.php
@@ -2666,7 +2666,7 @@
26672667
26682668 # Fill a MagicWord object with data from here
26692669 function getMagic( &$mw ) {
2670 - $raw =& $this->getMagicWords();
 2670+ $raw = $this->getMagicWords();
26712671 if( !isset( $raw[$mw->mId] ) ) {
26722672 # Fall back to English if local list is incomplete
26732673 $raw =& Language::getMagicWords();

Follow-up revisions

RevisionCommit summaryAuthorDate
r10514* New special page: SpecialMostlinked...avar02:59, 15 August 2005
r10516* New special page: SpecialMostlinked...avar03:04, 15 August 2005
r10521* (bug 2885, 2931) Bah, bugs with the thingalabong 4.4.0, 5.1 eep!avar12:07, 15 August 2005
r10819* (bug 2885) More PHP 5.1 fixes: skin, search, log, undeletevibber21:58, 28 August 2005
r10820* (bug 2885) More PHP 5.1 fixes: skin, search, log, undeletevibber21:59, 28 August 2005
r11577* (bug 2885) Remove unnecessary reference parameter which broke classic skin...vibber01:30, 30 October 2005
r11578* (bug 2885) Remove unnecessary reference parameter which broke classic skin...vibber01:30, 30 October 2005

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r10239* (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3...vibber11:29, 22 July 2005

Status & tagging log