mirror of
https://github.com/friendica/friendica
synced 2025-04-28 17:04:23 +02:00
Use a more simple HTML for API output
This commit is contained in:
parent
8b557c3157
commit
30cfca40d8
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue