Skip to content
Snippets Groups Projects
Commit f64dcf67 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #5628

parent ff5174f6
No related branches found
No related tags found
No related merge requests found
...@@ -108,7 +108,7 @@ abstract class diffusion_list_Abstract extends functions ...@@ -108,7 +108,7 @@ abstract class diffusion_list_Abstract extends functions
. "and l.item_mode = ? " . "and l.item_mode = ? "
. "and l.item_type = 'user_id' " . "and l.item_type = 'user_id' "
. "and l.object_type = ? " . "and l.object_type = ? "
. "and l.object_id = ?" . "and l.object_id = ? "
. "ORDER BY l.sequence",array($item_mode,$objectType,$objectId)); . "ORDER BY l.sequence",array($item_mode,$objectType,$objectId));
while ($user = $stmt->fetchObject()) { while ($user = $stmt->fetchObject()) {
if(!isset($listmodel[$role_id])) if(!isset($listmodel[$role_id]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment