Added the new parameter to the delete function.

This commit is contained in:
Michael 2018-05-26 21:38:45 +00:00
commit 54136f3a74
6 changed files with 10 additions and 10 deletions

View file

@ -169,7 +169,7 @@ function videos_post(App $a) {
);
if (DBM::is_result($i)) {
Item::deleteById($i[0]['id']);
Item::deleteById($i[0]['id'], PRIORITY_HIGH, local_user());
}
}