@ tags becoming # tags during atom transit

This commit is contained in:
Friendika 2011-10-24 20:33:54 -07:00
parent 1a7badb405
commit b20afbc9e4
1 changed files with 1 additions and 1 deletions

View File

@ -2674,7 +2674,7 @@ function item_getfeedtags($item) {
if($cnt) {
for($x = 0; $x < count($matches); $x ++) {
if($matches[1][$x])
$ret[] = array('#',$matches[1][$x], $matches[2][$x]);
$ret[] = array('@',$matches[1][$x], $matches[2][$x]);
}
}
return $ret;