Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/92593


Change subject: Add the phantom schema MobileWebCta
......................................................................

Add the phantom schema MobileWebCta

For some reason it didn't get registered. Fail.

Change-Id: Ia26bd9db590a698fa2a00ec7be24fc01ff9679ab
---
M includes/MobileFrontend.hooks.php
M includes/skins/SkinMobile.php
2 files changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/93/92593/1

diff --git a/includes/MobileFrontend.hooks.php 
b/includes/MobileFrontend.hooks.php
index 7dfb149..2851c9c 100644
--- a/includes/MobileFrontend.hooks.php
+++ b/includes/MobileFrontend.hooks.php
@@ -669,6 +669,10 @@
                                'schema' => 'MobileWebEditing',
                                'revision' => 6077315,
                        ),
+                       'schema.MobileWebCta' => array(
+                               'schema' => 'MobileWebCta',
+                               'revision' => 5972684,
+                       ),
                        'schema.MobileWebClickTracking' => array(
                                'schema' => 'MobileWebClickTracking',
                                'revision' => 5929948,
diff --git a/includes/skins/SkinMobile.php b/includes/skins/SkinMobile.php
index 0f0e184..07e5500 100644
--- a/includes/skins/SkinMobile.php
+++ b/includes/skins/SkinMobile.php
@@ -145,6 +145,7 @@
                                'mobile.uploads.schema',
                                'mobile.watchlist.schema',
                                'mobile.editing.schema',
+                               'schema.MobileWebCta',
                                'schema.MobileWebClickTracking',
                        );
                }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia26bd9db590a698fa2a00ec7be24fc01ff9679ab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to