* (bug 2885, 2931) Problems with references in php 4.4 and 5.1
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 30 Jul 2005 19:47:39 +0000 (19:47 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 30 Jul 2005 19:47:39 +0000 (19:47 +0000)
languages/Language.php

index 4fe129b..01c5962 100644 (file)
@@ -2666,7 +2666,7 @@ class Language {
 
        # Fill a MagicWord object with data from here
        function getMagic( &$mw ) {
-               $raw =& $this->getMagicWords();
+               $raw = $this->getMagicWords();
                if( !isset( $raw[$mw->mId] ) ) {
                        # Fall back to English if local list is incomplete
                        $raw =& Language::getMagicWords();