Merge "Fix default value of domain select box in templates"
[lhc/web/wiklou.git] / includes / content / TextContent.php
index d4a303c..d03d61e 100644 (file)
@@ -33,7 +33,6 @@
  * @ingroup Content
  */
 class TextContent extends AbstractContent {
-
        public function __construct( $text, $model_id = CONTENT_MODEL_TEXT ) {
                parent::__construct( $model_id );