]> git.mxchange.org Git - friendica.git/commitdiff
@ tags becoming # tags during atom transit
authorFriendika <info@friendika.com>
Tue, 25 Oct 2011 03:33:54 +0000 (20:33 -0700)
committerFriendika <info@friendika.com>
Tue, 25 Oct 2011 03:33:54 +0000 (20:33 -0700)
include/items.php

index a12cdd911cfb91dd178c2546dfda3183ebd4bbaa..03149ce7d1e66c2322bc86a1212b9008ed15c6f2 100644 (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;