]> git.mxchange.org Git - friendica.git/blobdiff - mod/videos.php
Uncommon logger levels in Friendica (#5453)
[friendica.git] / mod / videos.php
index f4b8c46b1bd80d1e6dd06386b53f5ea26fcbed08..0dd653e914d724e7dce19865cfe175f9da4ed038 100644 (file)
@@ -169,7 +169,7 @@ function videos_post(App $a) {
                        );
 
                        if (DBM::is_result($i)) {
-                               Item::deleteById($i[0]['id']);
+                               Item::deleteForUser(['id' => $i[0]['id']], local_user());
                        }
                }