mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-03 10:39:09 +02:00
@ -24,7 +24,7 @@ class ModelAuditAudit extends Model {
|
|||||||
|
|
||||||
$sortorder = "ORDER BY `$sort` $order";
|
$sortorder = "ORDER BY `$sort` $order";
|
||||||
|
|
||||||
if(isset($data['action']) && $data['action'] != ACTION_ALL) {
|
if(isset($data['action']) && $data['action'] && $data['action'] != ACTION_ALL) {
|
||||||
$where .= " AND ( " . $this->append_search_criteria("action", $data['action'], $arr) . " )";
|
$where .= " AND ( " . $this->append_search_criteria("action", $data['action'], $arr) . " )";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user