Some small improvements to the OStatus export

This commit is contained in:
Michael Vogel 2015-11-27 23:16:54 +01:00
parent 5fe8ae514b
commit a9b2b48d08
3 changed files with 13 additions and 4 deletions

View 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;