From 65e393bda6a44639c3d29cd9578cac75166a8f93 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 24 Mar 2016 14:48:22 -0300 Subject: Fix another deprecation warning (3) --- templates/mx-record.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mx-record.erb b/templates/mx-record.erb index 23b3a81..7712578 100644 --- a/templates/mx-record.erb +++ b/templates/mx-record.erb @@ -1,4 +1,4 @@ -<% if ttl -%> +<% if @ttl -%> <%=@owner%> <%=@ttl%> IN MX <%=@priority%> <%=@host%> <% else -%> <%=@owner%> IN MX <%=@priority%> <%=@host%> -- cgit v1.2.3