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:
Mikael Nordfeldth
2013-09-21 18:26:58 +02:00
parent 39f21d63af
commit 63306081bc
9 changed files with 85 additions and 124 deletions

View File

@@ -81,7 +81,7 @@ function updateOStatus($user)
$up = $user->getProfile();
$sp = $user->getSubscriptions();
$sp = $up->getSubscribed();
$rps = array();