Call-time pass-by-reference has been deprecated error
Archived from the Web Auction Discussion forum.
jnewman67 — Mon Nov 26, 2007 10:56 pm
just to inform you, i found an error after installing and trying to log in.
tables/users/user.php: Line 57:
- Code: Select all
$perms = $this->role__permissions(&$record);
needs no “&”, so it should be
- Code: Select all
$perms = $this->role__permissions($record);
probably already know about it, but in case….
shannah — Tue Nov 27, 2007 4:01 pm
Thanks this will be fixed for the next release.