wip filter
This commit is contained in:
parent
c85b75924f
commit
e31d8f89f5
@ -1902,7 +1902,7 @@ class ActionComm extends CommonObject
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($key == 'author') {
|
if ($key == 'author') {
|
||||||
$sql .= " AND c.type = '".$this->db->escape($value)."'";
|
$sql .= " AND u.lastname = '".$this->db->escape($value)."'";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user