diff --git a/include/class/user.class.php b/include/class/user.class.php index ed730f74b..e48541d97 100644 --- a/include/class/user.class.php +++ b/include/class/user.class.php @@ -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)