r34286 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r34285‎ | r34286 | r34287 >
Date:00:32, 6 May 2008
Author:tstarling
Status:old
Tags:
Comment:
Fix warning
Modified paths:
  • /trunk/extensions/CentralAuth/CentralAuthUserArray.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralAuth/CentralAuthUserArray.php
@@ -32,6 +32,7 @@
3333 'lu_name=gu_name',
3434 'lu_dbname' => wfWikiID()
3535 ), __METHOD__ );
 36+ $this->globalData = array();
3637 foreach ( $caRes as $row ) {
3738 $this->globalData[$row->gu_name] = $row;
3839 }

Status & tagging log