minitemplator: use proper constructor

master
Andrew Dolgov 8 years ago
parent 3261dbfa21
commit 1003f71e04

@ -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 --------------------------------------------------------------------------------------

Loading…
Cancel
Save