Index: trunk/extensions/SemanticMediaWiki/includes/SMW_GlobalFunctions.php |
— | — | @@ -170,7 +170,7 @@ |
171 | 171 | // suboptimal special pages using the SMWSpecialPage wrapper class: |
172 | 172 | $wgAutoloadClasses['SMWSpecialPage'] = $smwgIP . '/includes/SMW_SpecialPage.php'; |
173 | 173 | $wgSpecialPages['Properties'] = array('SMWSpecialPage','Properties', 'smwfDoSpecialProperties', $smwgIP . '/specials/QueryPages/SMW_SpecialProperties.php'); |
174 | | - $wgSpecialPageGroups['Properties'] = 'pages'; |
| 174 | + $wgSpecialPageGroups['Properties'] = 'pages'; |
175 | 175 | $wgSpecialPages['UnusedProperties'] = array('SMWSpecialPage','UnusedProperties', 'smwfDoSpecialUnusedProperties', $smwgIP . '/specials/QueryPages/SMW_SpecialUnusedProperties.php', true, ''); |
176 | 176 | $wgSpecialPageGroups['UnusedProperties'] = 'maintenance'; |
177 | 177 | $wgSpecialPages['WantedProperties'] = array('SMWSpecialPage','WantedProperties', 'smwfDoSpecialWantedProperties', $smwgIP . '/specials/QueryPages/SMW_SpecialWantedProperties.php', true, ''); |