X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fcontent%2FWikitextContentHandler.php;h=0701a0f3deccbd3d4996465b500480f128bd8a0f;hb=c89de8fef4124a47646b537122db435863cb3e21;hp=c1db1de63aaf526403eb5feeeb812b8ee5e321ab;hpb=16a9dd96bd5d7bec87c83d47fb954f2e7934dffe;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/WikitextContentHandler.php b/includes/content/WikitextContentHandler.php index c1db1de63a..0701a0f3de 100644 --- a/includes/content/WikitextContentHandler.php +++ b/includes/content/WikitextContentHandler.php @@ -31,7 +31,7 @@ class WikitextContentHandler extends TextContentHandler { public function __construct( $modelId = CONTENT_MODEL_WIKITEXT ) { - parent::__construct( $modelId, array( CONTENT_FORMAT_WIKITEXT ) ); + parent::__construct( $modelId, [ CONTENT_FORMAT_WIKITEXT ] ); } protected function getContentClass() {