]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
getAliases should be only a list (numeric array)
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 23 Feb 2016 13:33:09 +0000 (14:33 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 23 Feb 2016 13:33:09 +0000 (14:33 +0100)
classes/Managed_DataObject.php
plugins/WebFinger/lib/webfingerresource.php

index cab7edd5c71750a014cd9463dc0110dd09ca33ab..0857bb11f6c277612b69f809c749c93acd61400a 100644 (file)
@@ -419,6 +419,11 @@ abstract class Managed_DataObject extends Memcached_DataObject
      * in Profile and Notice classes.
      */
     public function getAliases()
+    {
+        return array_keys($this->getAliasesWithIDs());
+    }
+
+    public function getAliasesWithIDs()
     {
         $aliases = array();
         $aliases[$this->getUri()] = $this->getID();
index 3afbd41713a004385f04460507f74cd04e52fa37..b7bace36d25abbabad835416e1dfc152718c3f8a 100644 (file)
@@ -31,7 +31,7 @@ abstract class WebFingerResource
 
     public function getAliases()
     {
-        $aliases = $this->object->getAliases();
+        $aliases = $this->object->getAliasesWithIDs();
 
         // Some sites have changed from http to https and still want
         // (because remote sites look for it) verify that they are still