diff --git a/fp-includes/core/core.date.php b/fp-includes/core/core.date.php index 4d240e5..b2f2087 100755 --- a/fp-includes/core/core.date.php +++ b/fp-includes/core/core.date.php @@ -92,7 +92,7 @@ $arr['HMS'] = $arr['H'] . $arr['M'] . $arr['S']; $arr['time'] = mktime($arr['H'], $arr['M'], $arr['S'], - $arr['y'], $arr['m'], $arr['d']); + $arr['m'], $arr['d'], $arr['y']); return $arr;