fix PHP 7.1 notices "non well formed numeric value" #52

This commit is contained in:
shevabam
2017-11-02 20:54:43 +01:00
parent f6dc271839
commit 725787bcf7
4 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ if (!($totalSeconds = shell_exec('/usr/bin/cut -d. -f1 /proc/uptime')))
}
else
{
$uptime = Misc::getHumanTime($totalSeconds);
$uptime = Misc::getHumanTime((int)$totalSeconds);
}
// Last boot