mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
mediawiki: Fix app view error
This was changed by mistake in 89a404fb7d32af1667110480dcaf142c4868fd86. Tests: - MediaWiki app page is shown without error. Signed-off-by: James Valleroy <jvalleroy@mailbox.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
a2b370e300
commit
07fb2be30d
@ -28,7 +28,7 @@ class MediaWikiAppView(views.AppView):
|
||||
initial = super().get_initial()
|
||||
initial.update({
|
||||
'enable_public_registrations':
|
||||
privileged.get_config()['public_registration'],
|
||||
privileged.public_registrations('status'),
|
||||
'enable_private_mode':
|
||||
privileged.private_mode('status'),
|
||||
'default_skin':
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user