Index: trunk/extensions/SemanticForms/includes/SF_Settings.php |
— | — | @@ -59,6 +59,12 @@ |
60 | 60 | $wgAvailableRights[] = 'editrestrictedfields'; |
61 | 61 | |
62 | 62 | ### |
| 63 | +# Permission to view, and create pages with, Special:CreateClass |
| 64 | +### |
| 65 | +$wgGroupPermissions['user']['createclass'] = true; |
| 66 | +$wgAvailableRights[] = 'createclass'; |
| 67 | + |
| 68 | +### |
63 | 69 | # List separator character |
64 | 70 | ### |
65 | 71 | $sfgListSeparator = ","; |