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 a2c7297..ae50bf8 100644
--- a/templates/vhosts/partials/php_settings.erb
+++ b/templates/vhosts/partials/php_settings.erb
@@ -8,7 +8,7 @@
elsif ['on','off'].include?(dvalue)
dvalue
else
- value
+ php_settings[key]
end
if ['on','off' ].include?(munged_value) -%>
php_admin_flag <%= key %> <%= munged_value %>