X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fnav.php;h=58ec150e7ad21bbbdbadaee68240e908b8f92ae6;hb=27646cc4ad8d715317a2ca055b6c3318ddf555a9;hp=f2bf161f9e2862deab14e25005d2a0a464ebb950;hpb=3bb53967f4f0bd82210197717a1bed2e79db118b;p=friendica.git diff --git a/include/nav.php b/include/nav.php index f2bf161f9e..58ec150e7a 100644 --- a/include/nav.php +++ b/include/nav.php @@ -209,7 +209,7 @@ function nav_info(App $a) // Provide a banner/logo/whatever $banner = Config::get('system', 'banner'); - if ($banner === false) { + if (is_null($banner)) { $banner = 'logoFriendica'; }