Closed webbird closed 8 years ago
Some time ago, we "fixed" the old template.inc as newer PHP versions require __construct() instead of Classname() for object creation. Unfortunately, there's only one underscore instead of two before 'construct'.
__construct()
Classname()
Some time ago, we "fixed" the old template.inc as newer PHP versions require
__construct()
instead ofClassname()
for object creation. Unfortunately, there's only one underscore instead of two before 'construct'.