mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 02:01:33 +00:00
Remove extra ago from all occurences
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user