r52687 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52686‎ | r52687 | r52688 >
Date:11:40, 2 July 2009
Author:btongminh
Status:deferred
Tags:
Comment:
And missed an [] there
Modified paths:
  • /branches/NssMySQLAuth-rewrite/NssMySQLAuth/AccountManager/NssUser.php (modified) (history)

Diff [purge]

Index: branches/NssMySQLAuth-rewrite/NssMySQLAuth/AccountManager/NssUser.php
@@ -130,7 +130,7 @@
131131 if ( !isset( $actives[$row->pwd_active] ) )
132132 $actives[$row->pwd_active] = array();
133133
134 - $actives[$row->pwd_active] = $row->pwd_name;
 134+ $actives[$row->pwd_active][] = $row->pwd_name;
135135 }
136136 return $actives;
137137 }

Status & tagging log