From 169d55dfa5401529b2ab54694365846a900af749 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 26 Dec 2014 12:11:15 +0100 Subject: use correct variable access --- templates/vhosts/default.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/vhosts/default.erb b/templates/vhosts/default.erb index f911236..1ef8023 100644 --- a/templates/vhosts/default.erb +++ b/templates/vhosts/default.erb @@ -9,7 +9,7 @@ vhost_parts.each do |vhost_part| -%> <%= scope.function_templatewlv(['apache/vhosts/partials/header_default.erb', {'vhost_part' => vhost_part, - 'configuration' => configuration,}]) %> + 'configuration' => @configuration,}]) %> <%= scope.function_template(['apache/vhosts/partials/logs.erb']) %> -- cgit v1.2.3