mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:10:10 +00:00
Fix annotation from review
This commit is contained in:
parent
817eeb9734
commit
ae52648950
3 changed files with 4 additions and 2 deletions
|
@ -78,7 +78,6 @@ class Magic extends BaseModule
|
|||
|
||||
$contact = Contact::getByURL($addr ?: $dest);
|
||||
if ($contact === [] && $owa === 0) {
|
||||
# code...
|
||||
$this->logger->info('No contact record found, no oWA, redirecting to destination.', ['request' => $request, 'server' => $_SERVER, 'dest' => $dest]);
|
||||
$this->app->redirect($dest);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue