mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:55:56 +00:00
minitemplator: use proper constructor
This commit is contained in:
@@ -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 --------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user