mirror of
https://github.com/twisterarmy/cloud-server.git
synced 2025-03-13 05:51:46 +00:00
remove async operations
This commit is contained in:
parent
eea9862dc0
commit
56042ea5a8
@ -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');
|
Loading…
x
Reference in New Issue
Block a user