Special:Contributions - use `label` instead of `radioLabel` for username
[lhc/web/wiklou.git] / includes / specials / SpecialChangeContentModel.php
index 184cdbb..01f7e56 100644 (file)
@@ -101,7 +101,7 @@ class SpecialChangeContentModel extends FormSpecialPage {
                                throw new ErrorPageError(
                                        'changecontentmodel-emptymodels-title',
                                        'changecontentmodel-emptymodels-text',
-                                       $this->title->getPrefixedText()
+                                       [ $this->title->getPrefixedText() ]
                                );
                        }
                        $fields['pagetitle']['readonly'] = true;