From: addshore Date: Tue, 10 Oct 2017 16:02:11 +0000 (+0100) Subject: Make $mText an explicit member variable in TextContent X-Git-Tag: 1.31.0-rc.0~1817^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=c9231ac8c43f3a0c4675c0e7637881b89c84142f;hp=1bdc9e1d6bc4064f38fbc40d76cb1007bb160d8a;p=lhc%2Fweb%2Fwiklou.git Make $mText an explicit member variable in TextContent Change-Id: I1e1f652e4ef6d02bc76105407cb23975625560cd --- diff --git a/includes/content/TextContent.php b/includes/content/TextContent.php index 5f585bc98a..e5a9f90d16 100644 --- a/includes/content/TextContent.php +++ b/includes/content/TextContent.php @@ -34,6 +34,11 @@ */ class TextContent extends AbstractContent { + /** + * @var string + */ + protected $mText; + /** * @param string $text * @param string $model_id