Fix. Clear memcache after edit ACL.

This commit is contained in:
Alexey Melnichuk
2016-02-16 14:02:00 +03:00
parent 4757d0e9d6
commit cf290cdd68
4 changed files with 8 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ else {
$prep_statement = $db->prepare(check_sql($sql));
$prep_statement->execute();
unset($sql);
// clear cache
remove_config_from_cache('configuration:acl.conf');
}
//redirect the user