Page 1 of 1

Call-time pass-by-reference has been deprecated error

PostPosted: Mon Nov 26, 2007 10:56 pm
by jnewman67
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....

PostPosted: Tue Nov 27, 2007 4:01 pm
by shannah
Thanks this will be fixed for the next release.