From c9291316ea87e196ddd9ee6bd752d5a9179bf291 Mon Sep 17 00:00:00 2001
From: Florian Schaal <info@schaal-24.de>
Date: Wed, 9 Aug 2017 12:20:59 +0200
Subject: [PATCH] DNS DKIM TTL records (Fixes #4728)

---
 interface/web/dns/dns_dkim_edit.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/interface/web/dns/dns_dkim_edit.php b/interface/web/dns/dns_dkim_edit.php
index cdd71f01a1..7f7e6856db 100644
--- a/interface/web/dns/dns_dkim_edit.php
+++ b/interface/web/dns/dns_dkim_edit.php
@@ -118,7 +118,7 @@ class page_action extends tform_actions {
 		if (!empty($this->dataRecord['data'])) {
 			$this->dataRecord['data']='v=DKIM1; t=s; p='.$this->dataRecord['data'];
 			$this->dataRecord['name']=$this->dataRecord['selector'].'._domainkey.'.$this->dataRecord['name'];
-			$this->dataRecord['ttl']=60;
+//			$this->dataRecord['ttl']=60;
 		}
 		// Update the serial number  and timestamp of the RR record
 		$soa = $app->db->queryOneRecord("SELECT serial FROM dns_rr WHERE id = ?", $this->id);
-- 
GitLab