From 56042ea5a8b731886a0a121592f11032a4e8ee84 Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 30 Dec 2021 22:09:28 +0200 Subject: [PATCH] remove async operations --- src/application/controller/home.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/application/controller/home.php b/src/application/controller/home.php index 64d578a..4df1734 100644 --- a/src/application/controller/home.php +++ b/src/application/controller/home.php @@ -7,9 +7,4 @@ if (!isset($_SESSION['userName'])) { $metaTitle = _('Home | Twisterarmy Cloud'); -$followingUsersTotal = 0; -foreach ((array) $_twister->getFollowing($_SESSION['userName']) as $followingUserName) { - $followingUsersTotal++; -} - require(PROJECT_DIR . '/application/view/home.phtml'); \ No newline at end of file