Closed (fixed)
Project:
iContact
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2011 at 20:38 UTC
Updated:
18 Oct 2012 at 20:41 UTC
Jump to comment: Most recent file
Hi, I'm trying to use the sub module icontact_ui and noticed that the pages for user list and client folders list were giving errors
(warning: Parameter 1 to icontact_ui_users_list() expected to be a reference, value given in /includes/)
In case someone else is having the same problems, solving them is easy, just remove the & before the first parameter of icontact_ui_clientfolders_list and icontact_ui_users_list
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | icontact-php-5.3.patch | 973 bytes | lucascaro |
Comments
Comment #1
lucascaro commentedand a small patch (not necessarily complete)
Comment #2
john franklin commentedWorked for me.
Comment #3
lucascaro commentedComment #4
greenskin commentedThanks!