Fix typo in comment in mod/redir
This commit is contained in:
parent
20e7e7e3ac
commit
c91a87bc07
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ function redir_init(App $a) {
|
|||
|
||||
if ($contact['uid'] == 0 && local_user()) {
|
||||
// Let's have a look if there is an established connection
|
||||
// between the puplic contact we have found and the local user.
|
||||
// between the public contact we have found and the local user.
|
||||
$contact = DBA::selectFirst('contact', $fields, ['nurl' => $contact['nurl'], 'uid' => local_user()]);
|
||||
|
||||
if (DBA::isResult($contact)) {
|
||||
|
|
Loading…
Reference in a new issue