]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Rename functions
[friendica.git] / mod / videos.php
index 0f029f0472f0bf9249dc71f92e1458751aa6b0ab..26a4e4cce508c987f286e03ffa1b96154e3985c6 100644 (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']);