Bugfix: Poller entries had been executed multiple times

This commit is contained in:
Michael
2017-06-21 03:49:05 +00:00
parent 13c8750c27
commit 7097673fa1
3 changed files with 8 additions and 5 deletions
+4
View File
@@ -2124,6 +2124,10 @@ function drop_item($id, $interactive = true) {
$item = $r[0];
if ($item['deleted']) {
return 0;
}
$owner = $item['uid'];
$contact_id = 0;