Rename functions
rename functions from review comments
This commit is contained in:
parent
992836e261
commit
db8ef98537
4 changed files with 8 additions and 8 deletions
|
@ -178,7 +178,7 @@ function videos_post(App $a) {
|
|||
intval(local_user())
|
||||
);
|
||||
Term::insertFromTagFieldByItemUri($i[0]['uri'], local_user());
|
||||
Item::deleteThreadFromUri($i[0]['uri'], local_user());
|
||||
Item::deleteThreadByUri($i[0]['uri'], local_user());
|
||||
|
||||
$url = System::baseUrl();
|
||||
$drop_id = intval($i[0]['id']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue