jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/358304 )
Change subject: require_once - wfLoadExtension() ...................................................................... require_once - wfLoadExtension() PHP entry point will make noise, might aswell use correct instructions... Change-Id: I097d34ff63011cf36a974510a798f3f2b0ba7362 --- M README 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Nikerabbit: Looks good to me, approved diff --git a/README b/README index 3df784b..c5e2f72 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ == Installation == 1. Add the following to LocalSettings.php of your MediaWiki setup: - require_once "$IP/extensions/LocalisationUpdate/LocalisationUpdate.php"; + wfLoadExtension( 'LocalisationUpdate' ); $wgLocalisationUpdateDirectory = "$IP/cache"; 2. Create a cache folder in the installation directory, and be sure the server -- To view, visit https://gerrit.wikimedia.org/r/358304 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I097d34ff63011cf36a974510a798f3f2b0ba7362 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/LocalisationUpdate Gerrit-Branch: master Gerrit-Owner: Reedy <[email protected]> Gerrit-Reviewer: Nikerabbit <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
