forked from GNUsocial/gnu-social
Subscription "get by" functions now don't use ArrayWrappers
They were getting in the way of some strict-typing stuff.
This commit is contained in:
@@ -81,7 +81,7 @@ function updateOStatus($user)
|
||||
|
||||
$up = $user->getProfile();
|
||||
|
||||
$sp = $user->getSubscriptions();
|
||||
$sp = $up->getSubscribed();
|
||||
|
||||
$rps = array();
|
||||
|
||||
|
Reference in New Issue
Block a user