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

Fiy typo in author-alias
pull/13234/head
Philipp 2023-06-24 15:45:17 +02:00 zatwierdzone przez GitHub
commit ff1409e626
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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