aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/bind/bind_zones.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml
index 50f852c3..e923cbb4 100644
--- a/config/bind/bind_zones.xml
+++ b/config/bind/bind_zones.xml
@@ -496,7 +496,7 @@
<custom_php_validation_command>
<![CDATA[
if ($_POST['type'] == "master" and $_POST['serial'] == "") {
- $_POST['serial'] = date("U") + 1000000000);
+ $_POST['serial'] = (date("U") + 1000000000);
}
bind_zone_validate($_POST, $input_errors);
]]>