]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
Some small improvements to the OStatus export
[friendica.git] / include / items.php
index 53f4784c2d053fe06661a979d4ffdca507d71937..f86c6453f62f7405e85910190d1b92d7f5b6b478 100644 (file)
@@ -4645,7 +4645,7 @@ function item_getfeedtags($item) {
        if($cnt) {
                for($x = 0; $x < $cnt; $x ++) {
                        if($matches[1][$x])
-                               $ret[] = array('#',$matches[1][$x], $matches[2][$x]);
+                               $ret[$matches[2][$x]] = array('#',$matches[1][$x], $matches[2][$x]);
                }
        }
        $matches = false;