From 86926ff735cdb7e635a19b01cccd0a94eb2b6d30 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 21 Jun 2021 19:36:22 +0200 Subject: Rename some template variables --- admin/post/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'admin/post/index.php') diff --git a/admin/post/index.php b/admin/post/index.php index bb38676..79fbf92 100644 --- a/admin/post/index.php +++ b/admin/post/index.php @@ -38,7 +38,7 @@ foreach($postIDs as $postID) { $ItemTemplate = generatePostItemTemplate($Post, $User); - $posts[] = $ItemTemplate; + $templates[] = $ItemTemplate; } catch(Post\Exception $Exception){} catch(User\Exception $Exception){} @@ -54,7 +54,7 @@ $PaginationTemplate->set('HREF', Application::getAdminURL('post/?site=%d')); $ListTemplate = Template\Factory::build('post/index'); $ListTemplate->set('LIST', [ - 'POSTS' => $posts ?? [] + 'POSTS' => $templates ?? [] ]); $ListTemplate->set('PAGINATION', [ -- cgit v1.2.3