From b2bf467afcd4f6b8ad7b8f82f939381481d6afcd Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Aug 2021 12:29:46 +0000 Subject: [PATCH] Issue 10568: Deleting of scheduled posts didn't work --- view/templates/profile/schedule.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}