mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-01-12 00:00:12 +01:00
fixed typo in archiving policy
This commit is contained in:
parent
d45f35420e
commit
71b3ca9491
@ -29,7 +29,7 @@ class ControllerPolicyArchiving extends Controller {
|
||||
}
|
||||
|
||||
if($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
if($this->validate == true) {
|
||||
if($this->validate() == true) {
|
||||
$rc = $this->model_policy_archiving->add_new_rule($this->request->post);
|
||||
} else {
|
||||
$this->data['error'] = $lang->data['text_invalid_data'];
|
||||
|
Loading…
Reference in New Issue
Block a user