mirror of
https://github.com/friendica/friendica
synced 2025-04-27 19:50:12 +00:00
Legacy "include" fragments have been removed
This commit is contained in:
parent
660912351c
commit
4930737cc4
5 changed files with 3 additions and 26 deletions
|
@ -585,7 +585,7 @@ class Notify extends BaseRepository
|
|||
DBA::insert('notify-threads', $fields);
|
||||
|
||||
$emailBuilder->setHeader('Message-ID', $message_id);
|
||||
$log_msg = "include/enotify: No previous notification found for this parent:\n" .
|
||||
$log_msg = "No previous notification found for this parent:\n" .
|
||||
" parent: ${params['parent']}\n" . " uid : ${params['uid']}\n";
|
||||
$this->logger->info($log_msg);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue