From 3eebb493b69eddee5ab5ac1ed537aad89a4c080a Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 4 Feb 2014 03:03:45 -0800 Subject: [PATCH] Notice removal --- e107_plugins/blogcalendar_menu/blogcalendar_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/blogcalendar_menu/blogcalendar_menu.php b/e107_plugins/blogcalendar_menu/blogcalendar_menu.php index 0c035a8de..7f421c440 100644 --- a/e107_plugins/blogcalendar_menu/blogcalendar_menu.php +++ b/e107_plugins/blogcalendar_menu/blogcalendar_menu.php @@ -123,7 +123,7 @@ if(false === $cached) // if(($news['news_datestamp'] >= $month_start && $news['news_datestamp'] <= $month_end) || (deftrue('BOOTSTRAP') && $news['news_datestamp'] >= $year_start && $news['news_datestamp'] <= $year_end)) { $xday = date("j", $news['news_datestamp']); - if (!$links[$xyear][$xmonth][$xday]) + if (!isset($links[$xyear][$xmonth][$xday])) { $links[$xyear][$xmonth][$xday] = e107::getUrl()->create('news/list/day', 'id='.formatDate($req_year, $xmonth, $xday));//e_BASE."news.php?day.".formatDate($req_year, $req_month, $xday);