Merge pull request #13231 from AlfredSK/AlfredSK-fix-typo-alias

Fiy typo in author-alias
This commit is contained in:
Philipp 2023-06-24 15:45:17 +02:00 committed by GitHub
commit ff1409e626
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]';