Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO
2018-09-23 06:38:36 +00:00
parent 6eaa70d991
commit 2128ac8b8a
5 changed files with 15 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ class ControllerPolicyRetention extends Controller {
}
$this->data['rules'] = $this->model_policy_retention->get_rules($this->data['search']);
$this->data['rules'] = htmlentities_on_array($this->model_policy_retention->get_rules($this->data['search']));
$this->render();
@@ -66,5 +66,3 @@ class ControllerPolicyRetention extends Controller {
}
?>