Closed (fixed)
Project:
SimpleTest
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2006 at 07:16 UTC
Updated:
20 Jan 2008 at 23:06 UTC
user_save function needs rid to be set as key of an array but array($rid) puts rid into value and not key.
I created an one line patch that fix this.
| Comment | File | Size | Author |
|---|---|---|---|
| drupal_test_case.patch.txt | 658 bytes | Rok Žlender |
Comments
Comment #1
Thomas Ilsche commentedI commited a slightly modified patch.
$ua['roles'] = array($rid=>$rid);
just to be sure.
Comment #2
webchickThis looks like it's been fixed.