]> git.mxchange.org Git - friendica.git/commitdiff
Fixes Notice: Undefined offset: 0 in /view/theme/frio/php/default.php on line 128
authorMichael <heluecht@pirati.ca>
Sat, 19 Sep 2020 03:38:14 +0000 (03:38 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 19 Sep 2020 03:38:14 +0000 (03:38 +0000)
view/theme/frio/php/default.php

index 949417ccf292a73eff9fbad18c3d16002f36ac4b..cdac7d91f144f63916a0bf3adc983d5ba1994e04 100644 (file)
@@ -125,7 +125,7 @@ $is_singleuser_class = $is_singleuser ? "is-singleuser" : "is-not-singleuser";
 
                                        <div class="col-lg-7 col-md-7 col-sm-12 col-xs-12" id="content">
                                                <section class="sectiontop ';
-                                                       echo $a->argv[0];
+                                                       echo $a->argv[0] ?? '';
                                                        echo '-content-wrapper">';
                                                        if (!empty($page['content'])) {
                                                                echo $page['content'];