mirror of
https://github.com/friendica/friendica
synced 2025-04-12 23:20:13 +00:00
Merge pull request #8213 from AlfredSK/AlfredSK-fix-archives-widget
Fix Archives Widget on Status Page
This commit is contained in:
commit
6eb985ca47
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class Status extends BaseProfile
|
||||||
|
|
||||||
if ($args->getArgc() > 3) {
|
if ($args->getArgc() > 3) {
|
||||||
for ($x = 3; $x < $args->getArgc(); $x++) {
|
for ($x = 3; $x < $args->getArgc(); $x++) {
|
||||||
if ($dtFormat->isYearMonth($args->get($x))) {
|
if ($dtFormat->isYearMonthDay($args->get($x))) {
|
||||||
if ($datequery) {
|
if ($datequery) {
|
||||||
$datequery2 = Strings::escapeHtml($args->get($x));
|
$datequery2 = Strings::escapeHtml($args->get($x));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue