mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Allow extensions for TextParser
* Call Object::__construct to make it extendable * Resolves #5685
This commit is contained in:
parent
65afd6c354
commit
df3680295c
@ -35,6 +35,7 @@ abstract class TextParser extends Object {
|
||||
*/
|
||||
public function __construct($content = "") {
|
||||
$this->content = $content;
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user