From: hickert Date: Fri, 14 Jul 2006 09:58:10 +0000 (+0000) Subject: Fixed post of blocklist type X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f29f168797e8e7732c55e01e935e2dd6d50a22a2;p=gosa.git Fixed post of blocklist type git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4155 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/gofax/blocklists/class_blocklistManagement.inc b/plugins/gofax/blocklists/class_blocklistManagement.inc index f5f523e8e..3503448de 100644 --- a/plugins/gofax/blocklists/class_blocklistManagement.inc +++ b/plugins/gofax/blocklists/class_blocklistManagement.inc @@ -412,6 +412,10 @@ class blocklist extends plugin $this->$attr = $_POST[$attr]; } } + if(isset($_POST['type'])){ + $this->type = $_POST['type']; + } + }