diff --git a/app/Http/Livewire/News/ArticleOverview.php b/app/Http/Livewire/News/ArticleOverview.php index e8510057..f942307b 100644 --- a/app/Http/Livewire/News/ArticleOverview.php +++ b/app/Http/Livewire/News/ArticleOverview.php @@ -79,7 +79,7 @@ class ArticleOverview extends Component $libraryItem->setStatus('published'); $libraryItemName = $libraryItem->name; if (!$libraryItem->lecturer->nostr) { - $libraryItemName .= ' von @'.$libraryItem->nostr->name; + $libraryItemName .= ' von @'.$libraryItem->lecturer->nostr; } else { $libraryItemName .= ' von '.$libraryItem->lecturer->name; }