Legacy "include" fragments have been removed

This commit is contained in:
Michael 2022-10-20 04:21:00 +00:00
parent 660912351c
commit 4930737cc4
5 changed files with 3 additions and 26 deletions

View file

@ -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 {