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

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]';