diff --git a/e107_plugins/calendar_menu/event.php b/e107_plugins/calendar_menu/event.php index 9bf5a7d27..b66d8e684 100644 --- a/e107_plugins/calendar_menu/event.php +++ b/e107_plugins/calendar_menu/event.php @@ -273,11 +273,11 @@ else { if (is_numeric($action)) { - $dateArray = getdate($action); + $dateArray = $ecal_class->gmgetdate($action); } else { - $dateArray = getdate($ds); + $dateArray = $ecal_class->gmgetdate($ds); } } }