mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
Rename Model\Term methods
This commit is contained in:
parent
ef77a772e5
commit
2a5431a59e
6 changed files with 25 additions and 25 deletions
|
@ -176,7 +176,7 @@ function videos_post(App $a) {
|
|||
dbesc($i[0]['uri']),
|
||||
intval(local_user())
|
||||
);
|
||||
Term::insertFromItemUri($i[0]['uri'], local_user());
|
||||
Term::insertFromTagFieldByItemUri($i[0]['uri'], local_user());
|
||||
delete_thread_uri($i[0]['uri'], local_user());
|
||||
|
||||
$url = System::baseUrl();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue