Rename functions

rename functions from review comments
This commit is contained in:
Adam Magness 2018-02-05 12:26:28 -05:00
commit db8ef98537
4 changed files with 8 additions and 8 deletions

View file

@ -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']);