Index: branches/NssMySQLAuth-rewrite/NssMySQLAuth/AccountManager/NssUser.php |
— | — | @@ -130,7 +130,7 @@ |
131 | 131 | if ( !isset( $actives[$row->pwd_active] ) ) |
132 | 132 | $actives[$row->pwd_active] = array(); |
133 | 133 | |
134 | | - $actives[$row->pwd_active] = $row->pwd_name; |
| 134 | + $actives[$row->pwd_active][] = $row->pwd_name; |
135 | 135 | } |
136 | 136 | return $actives; |
137 | 137 | } |