@ tags becoming # tags during atom transit
This commit is contained in:
parent
1a7badb405
commit
b20afbc9e4
1 changed files with 1 additions and 1 deletions
|
@ -2674,7 +2674,7 @@ function item_getfeedtags($item) {
|
||||||
if($cnt) {
|
if($cnt) {
|
||||||
for($x = 0; $x < count($matches); $x ++) {
|
for($x = 0; $x < count($matches); $x ++) {
|
||||||
if($matches[1][$x])
|
if($matches[1][$x])
|
||||||
$ret[] = array('#',$matches[1][$x], $matches[2][$x]);
|
$ret[] = array('@',$matches[1][$x], $matches[2][$x]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $ret;
|
return $ret;
|
||||||
|
|
Loading…
Reference in a new issue