From: Michael Date: Sat, 19 Sep 2020 03:38:14 +0000 (+0000) Subject: Fixes Notice: Undefined offset: 0 in /view/theme/frio/php/default.php on line 128 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=07f10784cae1dd0f871a0a23b1b370908c1848f7;p=friendica.git Fixes Notice: Undefined offset: 0 in /view/theme/frio/php/default.php on line 128 --- 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'];