remove async operations

This commit is contained in:
ghost 2021-12-30 22:09:28 +02:00
parent eea9862dc0
commit 56042ea5a8

View File

@ -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');