diff --git a/main/inc/lib/userportal.lib.php b/main/inc/lib/userportal.lib.php index b1cdc783fe..f51a0da060 100755 --- a/main/inc/lib/userportal.lib.php +++ b/main/inc/lib/userportal.lib.php @@ -10,7 +10,8 @@ class IndexManager const VIEW_BY_SESSION = 1; // An instance of the template engine - public $tpl = false; + //No need to initialize because IndexManager is not static, and the constructor immediately instantiates a Template + public $tpl; public $name = ''; public $home = ''; public $default_home = 'home/';