Use a more simple HTML for API output

This commit is contained in:
Michael 2018-02-10 13:33:15 +00:00
parent 8b557c3157
commit 30cfca40d8
2 changed files with 2 additions and 2 deletions

View file

@ -2412,7 +2412,7 @@ class DFRN
// Is there an existing item?
if (DBM::is_result($current) && !self::isEditedTimestampNewer($current[0], $item)) {
logger("Item ".$item["uri"]." already existed in this version.", LOGGER_DEBUG);
logger("Item ".$item["uri"]." (".$item['edited'].") already existed.", LOGGER_DEBUG);
return;
}