summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/partial.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/vhosts/php/partial.erb')
-rw-r--r--templates/vhosts/php/partial.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/vhosts/php/partial.erb b/templates/vhosts/php/partial.erb
index dae201a..f8e5c53 100644
--- a/templates/vhosts/php/partial.erb
+++ b/templates/vhosts/php/partial.erb
@@ -1,7 +1,7 @@
<Directory "<%= documentroot %>/">
-<%= scope.function_template('apache/vhosts/partials/std_override_options.erb') %>
+<%= scope.function_template(['apache/vhosts/partials/std_override_options.erb']) %>
-<%= scope.function_template('apache/vhosts/partials/php_settings.erb') %>
+<%= scope.function_template(['apache/vhosts/partials/php_settings.erb']) %>
-<%= scope.function_template('apache/vhosts/partials/authentication.erb') %>
- </Directory> \ No newline at end of file
+<%= scope.function_template(['apache/vhosts/partials/authentication.erb']) %>
+ </Directory>