From 9893da51b17c7f00b8dec30e4895ba78181713f2 Mon Sep 17 00:00:00 2001 From: dg9vh Date: Thu, 12 May 2016 15:43:25 +0000 Subject: [PATCH] typo with return-code --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index e95a7f7..49fec2b 100644 --- a/include/functions.php +++ b/include/functions.php @@ -228,7 +228,7 @@ function getActualMode($logLines, $mmdvmconfigs) { $timestamp->add(new DateInterval('PT' . $hangtime . 'S')); if ($now->format('U') > $timestamp->format('U')) { - return idle; + return "idle"; } else { return $mode; }