Harej has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/339374 )

Change subject: Re-inserting quote marks taken out during style changes
......................................................................

Re-inserting quote marks taken out during style changes

The quote marks play a functional role here and without them 
Special:CreateCollaborationHub breaks.

Change-Id: I749897bf478ff7bee75b190a2c8ea3138f8db3e9
---
M includes/content/CollaborationListContentHandler.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CollaborationKit 
refs/changes/74/339374/1

diff --git a/includes/content/CollaborationListContentHandler.php 
b/includes/content/CollaborationListContentHandler.php
index cfb0759..355556c 100644
--- a/includes/content/CollaborationListContentHandler.php
+++ b/includes/content/CollaborationListContentHandler.php
@@ -111,7 +111,7 @@
                        'options' => [
                                'mode' => 'normal'
                        ],
-                       'description' => $initialDescription
+                       'description' => "$initialDescription"  // Do not take 
out these quote marks
                ];
 
                $newMemberListJson = FormatJson::encode( $newMemberList, "\t", 
FormatJson::ALL_OK );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I749897bf478ff7bee75b190a2c8ea3138f8db3e9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CollaborationKit
Gerrit-Branch: master
Gerrit-Owner: Harej <jamesmh...@gmail.com>

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

Reply via email to