1
0
Fork 0
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:
Alexandre Aubin 2023-07-24 22:13:54 +02:00 committed by Salamandar
parent 8b421ae742
commit 925fd76876

View file

@ -181,5 +181,5 @@ $LDAPProviderDomainConfigProvider = function() {
return new \MediaWiki\Extension\LDAPProvider\DomainConfigProvider\InlinePHPArray( $config );
};
$wgGroupPermissions['*']['createaccount'] = __CREATE_ACCOUNT__;
$createaccount = __CREATE_ACCOUNT__
$wgGroupPermissions['*']['createaccount'] = $createaccount;