Remove extra ago from all occurences

This commit is contained in:
DariusIII
2020-06-27 21:14:26 +02:00
parent 331a35cc59
commit 387a3742c7
+2 -2
View File
@@ -176,7 +176,7 @@ class TmuxOutput extends Tmux
$this->tmpMasks[1],
'Release Added:',
sprintf(
'%s ago',
'%s',
(isset($this->runVar['timers']['newOld']['newestrelease'])
? $this->relativeTime($this->runVar['timers']['newOld']['newestrelease'])
: 0)
@@ -199,7 +199,7 @@ class TmuxOutput extends Tmux
$this->runVar['constants']['delaytime']
),
sprintf(
'%s ago',
'%s',
(isset($this->runVar['timers']['newOld']['oldestcollection'])
? $this->relativeTime($this->runVar['timers']['newOld']['oldestcollection'])
: 0)