openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 457a14d60abbec47e56ad6c696a426777f57fa49
parent f8683ef383bc5c6f30ae58a7737d0e878e6ccaf5
Author: Jan Dankert <devnull@localhost>
Date:   Sat, 30 Dec 2017 20:48:28 +0100

Neue Konstruktoren verwenden.

Diffstat:
modules/wikiparser/TextElement.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/wikiparser/TextElement.class.php b/modules/wikiparser/TextElement.class.php @@ -9,7 +9,7 @@ class TextElement extends AbstractElement { var $text = ''; - function TextElement( $t='' ) + function __construct( $t='' ) { $this->text = $t;