function __construct()
 {
     global $current_user;
     if (empty(self::$userStack)) {
         self::$userStack = array();
     }
 }
Esempio n. 2
0
 function __construct()
 {
     $current_user = vglobal('current_user');
     if (empty(self::$userStack)) {
         self::$userStack = array();
     }
 }