1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

PHP Notice removal.

This commit is contained in:
Cameron
2016-03-13 00:16:08 -08:00
parent af1bbb1c8a
commit 3f6fe6cd85
8 changed files with 15 additions and 9 deletions

View File

@@ -118,7 +118,7 @@ if(false === $cached)
));
$menu_text[] = $tp->simpleParse($template['item'], $vars);
}
$cached = $template['start'].implode($template['separator'], $menu_text).$template['end'];
$cached = $template['start'].implode(varset($template['separator'],''), $menu_text).$template['end'];
if($cached)
{
if(!$parms['showarchive']) $cached .= '<ul class="nav nav-list e-menu-link news-menu-archive"><li><a href="'.e_PLUGIN_ABS.'blogcalendar_menu/archive.php">'.BLOGCAL_L2.'</a></li></ul>';