Removed last_offline_duration = ""

This commit is contained in:
TimZ99 2018-08-03 00:47:26 +02:00
parent 6534749fbd
commit 51ef755e43
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ abstract class AbstractServerController extends AbstractController {
$server['rtime'] = round((float) $server['rtime'], 4);
$server['last_online'] = psm_timespan($server['last_online']);
$server['last_offline'] = psm_timespan($server['last_offline']);
$server['last_offline_duration'] = "";
if ($server['last_offline'] != psm_get_lang('system', 'never')) {
$server['last_offline_duration'] = "(".$server['last_offline_duration'].")";
}