From: Friendika Date: Tue, 14 Jun 2011 04:37:56 +0000 (-0700) Subject: apps is not an array... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dc10178b186f9f1693ebb59311dabfd7eab55b91;p=friendica.git apps is not an array... --- diff --git a/include/nav.php b/include/nav.php index 97cbe87cb0..b37863aa1e 100644 --- a/include/nav.php +++ b/include/nav.php @@ -64,7 +64,7 @@ function nav(&$a) { $nav['help'] = array($help_url, t('Help'), ""); - if(count($a->apps)) + if($a->apps) $nav['apps'] = array('apps', t('Apps'), ""); $nav['search'] = array('search', t('Search'), "");