From 1003f71e0459b4b5e7d5e7b393d0baba02e82808 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 17 Feb 2016 12:29:42 +0300 Subject: minitemplator: use proper constructor --- lib/MiniTemplator.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/MiniTemplator.class.php b/lib/MiniTemplator.class.php index a139473f9..e70f0a470 100644 --- a/lib/MiniTemplator.class.php +++ b/lib/MiniTemplator.class.php @@ -160,7 +160,7 @@ var $outputString; // string buffer for the generated HTML pa * Constructs a MiniTemplator object. * @access public */ -function MiniTemplator() { +function __construct() { $this->templateValid = false; } //--- template string handling -------------------------------------------------------------------------------------- -- cgit v1.2.3