mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
Fixes #4080 - user profile date issue.
This commit is contained in:
@@ -185,7 +185,7 @@ class user_shortcodes extends e_shortcode
|
||||
|
||||
function sc_user_lastvisit_lapse($parm='')
|
||||
{
|
||||
return $this->var['user_currentvisit'] ? "( ".e107::getDate()->computeLapse($this->var['user_currentvisit'])." ".LAN_USER_34." )" : '';
|
||||
return $this->var['user_currentvisit'] ? e107::getDate()->computeLapse($this->var['user_currentvisit']) : '';
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user