noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 05/219: remove warning


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/219: remove warning
Date: Mon, 18 Dec 2017 13:22:26 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1e56e7fd34f19b3fb7adcb3aab929307a8c827d0
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 11 00:06:35 2017 +0200

    remove warning
---
 include/class/user.class.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class/user.class.php b/include/class/user.class.php
index ed730f7..e48541d 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]