mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-07-28 04:25:00 +02:00
@@ -26,7 +26,7 @@ class ControllerPolicyRemovearchiving extends Controller {
|
||||
$this->data['confirmed'] = (int)@$this->request->get['confirmed'];
|
||||
|
||||
|
||||
$this->data['rule'] = $this->model_policy_archiving->get_rule($this->data['id']);
|
||||
$this->data['rule'] = htmlentities_on_array($this->model_policy_archiving->get_rule($this->data['id']));
|
||||
|
||||
if($this->validate() == true) {
|
||||
|
||||
@@ -72,5 +72,3 @@ class ControllerPolicyRemovearchiving extends Controller {
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user