summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/vhost/php/typo3.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/vhost/php/typo3.pp b/manifests/vhost/php/typo3.pp
index a5f931c..6ed0fa5 100644
--- a/manifests/vhost/php/typo3.pp
+++ b/manifests/vhost/php/typo3.pp
@@ -81,7 +81,7 @@ define apache::vhost::php::typo3(
$real_mod_security_additional_options = $mod_security_additional_options
}
- $typo3_php_options = {
+ $typo3_php_settings = {
# turn allow_url_fopen on for the extension manager fetch
allow_url_fopen => 'On'
}