Skip to content

Commit

Permalink
improves patch
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Apr 23, 2023
1 parent 9768df0 commit 92d90dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiwiki/profiwiki_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def patch(self,pwc:ProfiWikiContainer):
$wgGroupPermissions['*']['createaccount'] = false;
$wgGroupPermissions['*']['edit'] = false;
$wgGroupPermissions['*']['read'] = false;
# Allow properties in Templates
$smwgNamespacesWithSemanticLinks[NS_TEMPLATE] = true;
# WF 2015-01-20
# allow string functions - needed for Template:Link
$wgPFEnableStringFunctions=true;
Expand Down

0 comments on commit 92d90dd

Please sign in to comment.