diff --git a/bind8/create_hint.cgi b/bind8/create_hint.cgi index 9f94554c3..dd9aaab95 100755 --- a/bind8/create_hint.cgi +++ b/bind8/create_hint.cgi @@ -41,6 +41,7 @@ $dir = { 'name' => 'zone', }; # Add a new hint zone +$conf = &get_config(); &create_zone($dir, $conf, $in{'view'}); &webmin_log("create", "hint", ".", \%in); &redirect("");