mirror of
https://github.com/e107inc/e107.git
synced 2025-05-06 20:25:25 +02:00
Replaced hardcoded "ago" string with constant.
This commit is contained in:
parent
b4711c5594
commit
0781acf17e
@ -620,7 +620,7 @@ class convert
|
||||
}
|
||||
if($format == 'short' && count($outputArray) == 1) { break; }
|
||||
}
|
||||
return ($mode ? $outputArray : implode(", ", $outputArray) . " ago"); //XXX LAN
|
||||
return ($mode ? $outputArray : implode(", ", $outputArray) . " " . LANDT_AGO);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user