remove warning

This commit is contained in:
Dany De Bontridder 2017-07-11 00:06:35 +02:00
parent ccc79b8fb5
commit 1e56e7fd34

View file

@ -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)