Code

Added missing class var.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 May 2008 12:53:52 +0000 (12:53 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 14 May 2008 12:53:52 +0000 (12:53 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10895 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofax/gofax/blocklists/class_blocklistManagement.inc

index 51bdd3da38ea4f36d0cab06a89a40ba1493a942f..3712ff7b8011d71ae934e50fd96c36a372a4367d 100644 (file)
@@ -8,7 +8,7 @@ class blocklist extends plugin
   var $blocklists       = array();
   var $DivListBlocklist = NULL;
   var $CopyPasteHandler = NULL;
-
+  var $dns              = array();
   var $start_pasting_copied_objects = FALSE;
   
   function blocklist (&$config, $ui)