Index: trunk/extensions/CentralAuth/CentralAuthUserArray.php |
— | — | @@ -32,6 +32,7 @@ |
33 | 33 | 'lu_name=gu_name', |
34 | 34 | 'lu_dbname' => wfWikiID() |
35 | 35 | ), __METHOD__ ); |
| 36 | + $this->globalData = array(); |
36 | 37 | foreach ( $caRes as $row ) { |
37 | 38 | $this->globalData[$row->gu_name] = $row; |
38 | 39 | } |