fixed typo in archiving policy

This commit is contained in:
SJ 2013-02-03 16:50:56 +01:00
parent d45f35420e
commit 71b3ca9491

View File

@ -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'];