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