Nikerabbit has uploaded a new change for review.

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

Change subject: Suppress PHP notice with missing position in rl module
......................................................................

Suppress PHP notice with missing position in rl module

Change-Id: Ia65bd9a9c7d7d30e81f5b97bb3532cccc1ca58b3
---
M extension.json
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation 
refs/changes/50/240350/1

diff --git a/extension.json b/extension.json
index 5317993..4b3cac9 100644
--- a/extension.json
+++ b/extension.json
@@ -302,7 +302,8 @@
                                "vector": [
                                        
"header/styles/ext.cx.header.vector.less"
                                ]
-                       }
+                       },
+                       "position": "top"
                },
                "ext.cx.source": {
                        "scripts": [

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia65bd9a9c7d7d30e81f5b97bb3532cccc1ca58b3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <niklas.laxst...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to