1
0
Fork 0

Spaces and newlines

This commit is contained in:
Michael 2020-04-15 11:39:00 +00:00
commit cb593226bf
2 changed files with 1 additions and 3 deletions

View file

@ -523,7 +523,7 @@ class Feed {
// Set the delivery priority for "remote self" to "medium"
$notify = PRIORITY_MEDIUM;
}
$id = Item::insert($item, false, $notify);
Logger::info("Feed for contact " . $contact["url"] . " stored under id " . $id);