mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
Tweak LocalSettings to try to fix the config panel thingy
This commit is contained in:
parent
8b421ae742
commit
925fd76876
1 changed files with 2 additions and 2 deletions
|
@ -181,5 +181,5 @@ $LDAPProviderDomainConfigProvider = function() {
|
|||
|
||||
return new \MediaWiki\Extension\LDAPProvider\DomainConfigProvider\InlinePHPArray( $config );
|
||||
};
|
||||
|
||||
$wgGroupPermissions['*']['createaccount'] = __CREATE_ACCOUNT__;
|
||||
$createaccount = __CREATE_ACCOUNT__
|
||||
$wgGroupPermissions['*']['createaccount'] = $createaccount;
|
||||
|
|
Loading…
Reference in a new issue