Legoktm has uploaded a new change for review.
https://gerrit.wikimedia.org/r/159230
Change subject: Use CONTENT_FORMAT_JSON instead of "json"
......................................................................
Use CONTENT_FORMAT_JSON instead of "json"
Change-Id: Iffe01771c775222f0e885f998f7e5b20a6092e11
---
M includes/Content/BoardContentHandler.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow
refs/changes/30/159230/1
diff --git a/includes/Content/BoardContentHandler.php
b/includes/Content/BoardContentHandler.php
index 1336b25..95610a2 100644
--- a/includes/Content/BoardContentHandler.php
+++ b/includes/Content/BoardContentHandler.php
@@ -13,7 +13,7 @@
throw new MWException( __CLASS__." initialised for
invalid content model" );
}
- parent::__construct( 'flow-board', array( 'json' ) );
+ parent::__construct( 'flow-board', array( CONTENT_FORMAT_JSON )
);
}
/**
--
To view, visit https://gerrit.wikimedia.org/r/159230
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iffe01771c775222f0e885f998f7e5b20a6092e11
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits