diff --git a/src/Module/Profile/Status.php b/src/Module/Profile/Status.php index ce68a8f3e3..2ccfb7fdb7 100644 --- a/src/Module/Profile/Status.php +++ b/src/Module/Profile/Status.php @@ -44,7 +44,7 @@ class Status extends BaseProfile if ($args->getArgc() > 3) { for ($x = 3; $x < $args->getArgc(); $x++) { - if ($dtFormat->isYearMonth($args->get($x))) { + if ($dtFormat->isYearMonthDay($args->get($x))) { if ($datequery) { $datequery2 = Strings::escapeHtml($args->get($x)); } else {