From 07f10784cae1dd0f871a0a23b1b370908c1848f7 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 19 Sep 2020 03:38:14 +0000 Subject: [PATCH] Fixes Notice: Undefined offset: 0 in /view/theme/frio/php/default.php on line 128 --- view/theme/frio/php/default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/php/default.php b/view/theme/frio/php/default.php index 949417ccf2..cdac7d91f1 100644 --- a/view/theme/frio/php/default.php +++ b/view/theme/frio/php/default.php @@ -125,7 +125,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
'; if (!empty($page['content'])) { echo $page['content'];