From dc10178b186f9f1693ebb59311dabfd7eab55b91 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 13 Jun 2011 21:37:56 -0700 Subject: [PATCH] apps is not an array... --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), "");