summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/vhosts/partials/php_settings.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/vhosts/partials/php_settings.erb b/templates/vhosts/partials/php_settings.erb
index 77a4253..3a1ab5c 100644
--- a/templates/vhosts/partials/php_settings.erb
+++ b/templates/vhosts/partials/php_settings.erb
@@ -1,6 +1,6 @@
<% if run_mode != 'fcgid'
php_settings.keys.sort.each do |key|
- dvalue = php_settings[value].to_s.downcase
+ dvalue = php_settings[keys].to_s.downcase
munged_value = if dvalue == 'true'
'on'
elsif dvalue == 'false'