Closed (fixed)
Project:
User Relationships
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2008 at 00:55 UTC
Updated:
11 Jan 2008 at 23:20 UTC
The user_relationships_load() function refers to the $include_user_info parameter as $include_user_data, thereby rendering it useless. When you change it to the correct parameter name, there's a typo in the statement to update the $joins array. Attached is a patch to fix the function so that it handles the $include_user_info parameter properly.
| Comment | File | Size | Author |
|---|---|---|---|
| ur_load_user_info.patch | 1.22 KB | prfctns6@gmail.com |
Comments
Comment #1
prfctns6@gmail.com commentedComment #2
sprsquish commentedThis is another difference between HEAD and DRUPAL-5--2. Sorry again.