@ tags becoming # tags during atom transit

2022.09-rc
Friendika 2011-10-24 20:33:54 -07:00
rodzic 1a7badb405
commit b20afbc9e4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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