mirror of
https://github.com/friendica/friendica
synced 2025-04-25 05:50:12 +00:00
More functions moved to content class
This commit is contained in:
parent
c65fff6f93
commit
deccea0228
10 changed files with 113 additions and 59 deletions
|
@ -359,7 +359,7 @@ class PostUpdate
|
|||
}
|
||||
}
|
||||
|
||||
Tag::store($term['uri-id'], $term['type'], $term['term'], $term['url'], false);
|
||||
Tag::store($term['uri-id'], $term['type'], $term['term'], $term['url']);
|
||||
|
||||
$id = $term['tid'];
|
||||
++$rows;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue