Fixed root zone creation in view bug

This commit is contained in:
Jamie Cameron
2007-05-30 04:48:13 +00:00
parent 3ee692f6c7
commit f44adabcda

View File

@@ -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("");