]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/command.php
Subscription "get by" functions now don't use ArrayWrappers
[quix0rs-gnu-social.git] / lib / command.php
index 57708deaf8e1dc75f7d4c3a363ec9a6f6e5b4d18..6d0d7194f3953b6b9f54234ac9b295299457df0f 100644 (file)
@@ -931,7 +931,7 @@ class SubscriptionsCommand extends Command
 {
     function handle($channel)
     {
-        $profile = $this->user->getSubscriptions(0);
+        $profile = $this->user->getSubscribed(0);
         $nicknames=array();
         while ($profile->fetch()) {
             $nicknames[]=$profile->nickname;