Minor - Fix default value for IndexManager->tpl to avoid code inspection issues

pull/2487/head
Yannick Warnier 9 years ago
parent c0467f78c0
commit ffcfb672a6
  1. 3
      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/';

Loading…
Cancel
Save