Pass through manager and superuser parameters to configuration file

This commit is contained in:
2014-11-23 23:39:12 +00:00
parent 3b1b23732e
commit cafc0d0a08
4 changed files with 8 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ class dokuwiki::config (
$use_referrals = $dokuwiki::use_referrals,
$ldap_mapping_name = $dokuwiki::ldap_mapping_name,
$ldap_mapping_groups = $dokuwiki::ldap_mapping_groups,
$manager = $dokuwiki::manager,
$superuser = $dokuwiki::superuser,
) {
if $base_path == '' or $base_path =~ /\/$/ {