Fiy typo in author-alias

Added a missing `a` .
This commit is contained in:
Steffen K9 2023-06-24 12:38:14 +02:00 committed by GitHub
parent f9f85e3865
commit 30ce6f1ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,7 @@ class Item
'id' => $item['author-id'],
'network' => $item['author-network'],
'url' => $item['author-link'],
'alias' => $item['author-lias'],
'alias' => $item['author-alias'],
];
$author = '[url=' . Contact::magicLinkByContact($author_arr) . ']' . $item['author-name'] . '[/url]';