Florianschmidtwelzow has uploaded a new change for review.
https://gerrit.wikimedia.org/r/172113
Change subject: Fix Notices and Warnings in SkinMinerva (through OutputPage)
......................................................................
Fix Notices and Warnings in SkinMinerva (through OutputPage)
Don't create "multi-multi-dimensional" arrays through
getContextSpecificModules().
Followup: I9508827f1e1d56b0d7a630aa626c05554b186f09
Bug: 73198
Change-Id: I7caa62061c480d1f2817b27582d1ab30c6038a2a
---
M includes/skins/SkinMinerva.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/13/172113/1
diff --git a/includes/skins/SkinMinerva.php b/includes/skins/SkinMinerva.php
index 8347569..4d806a7 100644
--- a/includes/skins/SkinMinerva.php
+++ b/includes/skins/SkinMinerva.php
@@ -864,7 +864,7 @@
$modules[] = 'mobile.usermodule';
if ( $this->useEcho() ) {
- $modules['notifications'] = array(
'mobile.notifications' );
+ $modules[] = 'mobile.notifications';
}
if ( $this->isCurrentPageEditable() ) {
--
To view, visit https://gerrit.wikimedia.org/r/172113
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7caa62061c480d1f2817b27582d1ab30c6038a2a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits