From 30ce6f1ed332d293e4cafc698da5b9369db7ab70 Mon Sep 17 00:00:00 2001 From: Steffen K9 Date: Sat, 24 Jun 2023 12:38:14 +0200 Subject: [PATCH] Fiy typo in author-alias Added a missing `a` . --- src/Content/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Item.php b/src/Content/Item.php index 49193627f..517d537d4 100644 --- a/src/Content/Item.php +++ b/src/Content/Item.php @@ -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]';