mobile-first
LMR 5 years ago
parent a2245a6603
commit 850876835f

@ -168,7 +168,7 @@ class Logs_model extends CI_Model {
function pick_backup_meta($action) {
$this->init();
$this->top_num = 1;
$this->action = " AND il.log_action =" . $this->HT->escape($action);
$this->log_action = " AND il.log_action =" . $this->HT->escape($action);
return $this->get_list();
}

Loading…
Cancel
Save