mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Fixed: "ago" string is displayed twice.
This commit is contained in:
@@ -211,7 +211,7 @@ class user_shortcodes extends e_shortcode
|
|||||||
|
|
||||||
function sc_user_daysregged($parm)
|
function sc_user_daysregged($parm)
|
||||||
{
|
{
|
||||||
return e107::getDate()->computeLapse($this->var['user_join'])." ".LAN_USER_34;
|
return e107::getDate()->computeLapse($this->var['user_join']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user