mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
Some small improvements to the OStatus export
This commit is contained in:
parent
5fe8ae514b
commit
a9b2b48d08
3 changed files with 13 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue