mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 03:25:15 +02:00
some work on tests
This commit is contained in:
parent
ecabe1d505
commit
3a1c78bd75
7 changed files with 77 additions and 68 deletions
|
@ -959,6 +959,7 @@ function handle_tag($a, &$body, &$inform, &$str_tags, $profile_uid, $tag) {
|
|||
else
|
||||
$newname = $r[0]['name'];
|
||||
//add person's id to $inform
|
||||
$inform_id = 'cid:' . $r[0]['id'];
|
||||
if(strlen($inform))
|
||||
$inform .= ',';
|
||||
$inform .= 'cid:' . $r[0]['id'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue