jenkins-bot has submitted this change and it was merged. Change subject: Disable Special:SMWAdmin on wikitech ......................................................................
Disable Special:SMWAdmin on wikitech Bug: T59040 Change-Id: Ie2616c53d898e5ef62855c08fb1f45c54c5762af --- M wmf-config/wikitech.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Alex Monk: Looks good to me, approved jenkins-bot: Verified diff --git a/wmf-config/wikitech.php b/wmf-config/wikitech.php index dcefc8c..ab44aab 100644 --- a/wmf-config/wikitech.php +++ b/wmf-config/wikitech.php @@ -7,6 +7,7 @@ require_once( "$IP/extensions/SemanticForms/SemanticForms.php" ); require_once( "$IP/extensions/SemanticResultFormats/SemanticResultFormats.php" ); enableSemantics( 'wikitech' ); +unset( $wgSpecialPages['SMWAdmin'] ); require_once( "$IP/extensions/LdapAuthentication/LdapAuthentication.php" ); $wgAuth = new LdapAuthenticationPlugin(); -- To view, visit https://gerrit.wikimedia.org/r/232409 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie2616c53d898e5ef62855c08fb1f45c54c5762af Gerrit-PatchSet: 1 Gerrit-Project: operations/mediawiki-config Gerrit-Branch: master Gerrit-Owner: Alex Monk <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
