diff --git a/inc/core/Admin.php b/inc/core/Admin.php index 8081fe2..be657fa 100644 --- a/inc/core/Admin.php +++ b/inc/core/Admin.php @@ -59,7 +59,7 @@ class Admin extends Main { $username = $this->getUserInfo('fullname'); - $this->assign['username'] = !empty($username) ? $username : $this->getUserInfo('username'); + $this->assign['username'] = !empty($username) ? $username : $this->getUserInfo('username', null, true); $this->assign['notify'] = $this->getNotify(); $this->assign['path'] = url(); $this->assign['version'] = $this->settings->get('settings.version');