1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Issue #132 - missed one in previous commit

This commit is contained in:
SteveD
2013-03-05 22:07:02 +00:00
parent 4c9027b93f
commit bf990f2062

View File

@@ -253,7 +253,7 @@ unset($dateArray);
$ds = ''; // Gets set if viewing a single day
if (isset($_POST['jump']))
{
$dateArray = getdate(mktime(0, 0, 0, $_POST['jumpmonth'], 1, $_POST['jumpyear']));
$dateArray = $ecal_class->gmgetdate(mktime(0, 0, 0, $_POST['jumpmonth'], 1, $_POST['jumpyear']));
}
else
{