From: Michael Date: Tue, 3 Aug 2021 12:29:46 +0000 (+0000) Subject: Issue 10568: Deleting of scheduled posts didn't work X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2bf467afcd4f6b8ad7b8f82f939381481d6afcd;p=friendica.git Issue 10568: Deleting of scheduled posts didn't work --- diff --git a/view/templates/profile/schedule.tpl b/view/templates/profile/schedule.tpl index eb5d7ea824..c3b08a40fc 100644 --- a/view/templates/profile/schedule.tpl +++ b/view/templates/profile/schedule.tpl @@ -8,10 +8,10 @@ - {{foreach $schedule as $entry}} + {{foreach $schedule as $row}} - {{$entry.scheduled_at}} - {{$entry.content}} + {{$row.scheduled_at}} + {{$row.content}}