remove warning
This commit is contained in:
parent
ccc79b8fb5
commit
1e56e7fd34
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class User
|
|||
var $password ;
|
||||
var $email ;
|
||||
|
||||
function __construct(&$p_cn, $p_id = -1)
|
||||
function __construct($p_cn, $p_id = -1)
|
||||
{
|
||||
// if p_id is not set then check the connected user
|
||||
if ($p_id == -1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue