noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 08/14: Bug : in follow-up , error in security


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 08/14: Bug : in follow-up , error in security can_add_action
Date: Wed, 28 Oct 2015 09:56:57 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 6931430a99077046681efd50595e7164074dde40
Author: Dany De Bontridder <address@hidden>
Date:   Wed Oct 28 08:21:42 2015 +0100

    Bug : in follow-up , error in security can_add_action
---
 include/class/class_user.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/class/class_user.php b/include/class/class_user.php
index 0b6228e..aaf412d 100644
--- a/include/class/class_user.php
+++ b/include/class/class_user.php
@@ -1112,8 +1112,8 @@ class User
         {
             $r=$this->db->get_value (' select count(*) 
                 from user_sec_action_profile
-                where p_granted=$1
-                and p_id=$2',
+                where p_granted=$2
+                and p_id=$1',
                     array($this->get_profile(),$p_profile));
             if ($r == 0 ) 
             {



reply via email to

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