Code

Split gofaxBlocklists into management and generic class
[gosa.git] / plugins / gofax / blocklists / main.inc
index 3e8b13dbddf4e22e0b2376c75b9eefd205f5345c..c42cc55e3d0eb0170b0caaacb9e99d419e4e7fc3 100644 (file)
@@ -10,6 +10,7 @@ if ($remove_lock){
        /* Create blocklist object on demand */
        if (!isset($_SESSION['blocklist']) || (isset($_GET['reset']) && $_GET['reset'] == 1)){
                $_SESSION['blocklist']= new blocklist($config, $ui);
+               $_SESSION['blocklist']->set_acl_category("gofaxlist");
        }
        $blocklist= $_SESSION['blocklist'];
        $blocklist->save_object();