jenkins-bot has submitted this change and it was merged.

Change subject: Revert "Check MW version before loading VE"
......................................................................


Revert "Check MW version before loading VE"

Doesn't play nice with the version we use in production :(

catrope@tin:/a/common$ mwscript eval.php enwiki
> wfUseMW('1.22alpha')
MediaWiki 1.22alpha required--this is only 1.22wmf11

This reverts commit f673725f10223709252e0bf2de76cc493edec312.

Change-Id: I6d022eef001f80198c6c4be20586f334cb8e0262
---
M VisualEditor.hooks.php
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/VisualEditor.hooks.php b/VisualEditor.hooks.php
index 44e9298..b03171b 100644
--- a/VisualEditor.hooks.php
+++ b/VisualEditor.hooks.php
@@ -16,8 +16,6 @@
                global $wgVisualEditorEnableEventLogging, $wgResourceModules,
                        $wgVisualEditorEnableGenderSurvey;
 
-               wfUseMW( '1.22alpha' );
-
                if ( $wgVisualEditorEnableEventLogging ) {
                        if ( class_exists( 'ResourceLoaderSchemaModule' ) ) {
                                // EventLogging schema module for logging edit 
events.

-- 
To view, visit https://gerrit.wikimedia.org/r/76830
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6d022eef001f80198c6c4be20586f334cb8e0262
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to