summaryrefslogtreecommitdiff
path: root/manifests/vhost/php/typo3.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/vhost/php/typo3.pp')
-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 518f898..a963c70 100644
--- a/manifests/vhost/php/typo3.pp
+++ b/manifests/vhost/php/typo3.pp
@@ -70,7 +70,7 @@ define apache::vhost::php::typo3(
}
$modsec_rules = ['960010']
- $real_mod_security_rules_to_disable = array_union($mod_security_rules_to_disable,$modsec_rules)
+ $real_mod_security_rules_to_disable = union($mod_security_rules_to_disable,$modsec_rules)
if $mod_security_additional_options == 'absent' {
$real_mod_security_additional_options = '
<Location "/typo3">