1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Issue #255 - Partial fix for empty sidebar menu.

This commit is contained in:
Cameron
2013-05-06 16:33:56 -07:00
parent 438bf16b0c
commit a3cdbb42c1
4 changed files with 15 additions and 14 deletions

View File

@@ -17,9 +17,7 @@ function navigation_shortcode($parm='')
$data = $nav->initData($category);
// $data = $nav->collection($category);
if($data)
{
return $nav->render($data, $template);
}
return $nav->render($data, $template);
}