Werdna has submitted this change and it was merged. Change subject: Remove prefix ......................................................................
Remove prefix Change-Id: I261e2bf3f1e361750418f50fe2385ec7e05747bd --- M LivingStyleGuide.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Werdna: Verified; Looks good to me, approved diff --git a/LivingStyleGuide.php b/LivingStyleGuide.php index 4c1b37c..4ea16d0 100644 --- a/LivingStyleGuide.php +++ b/LivingStyleGuide.php @@ -68,4 +68,4 @@ require_once __DIR__."/autoload.php"; require_once __DIR__."/vendor/autoload.php"; -$wgValidSkinNames['livingstyleguide'] = 'SkinLivingStyleGuide'; +$wgValidSkinNames['livingstyleguide'] = 'LivingStyleGuide'; -- To view, visit https://gerrit.wikimedia.org/r/196182 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I261e2bf3f1e361750418f50fe2385ec7e05747bd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/skins/LivingStyleGuide Gerrit-Branch: master Gerrit-Owner: Werdna <[email protected]> Gerrit-Reviewer: Werdna <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
