This commit is contained in:
Michael 2018-05-04 21:33:15 +00:00
parent 1230ff146a
commit dfa0dbf33f
1 changed files with 1 additions and 1 deletions

View File

@ -2768,7 +2768,7 @@ class DFRN
$posted_id = Item::insert($item, false, $notify);
if ($notify) {
$notify = $notify;
$posted_id = $notify;
}
logger("Item was stored with id ".$posted_id, LOGGER_DEBUG);