Skip to content
Snippets Groups Projects
Commit 2b8ce4a9 authored by Phil Höfer's avatar Phil Höfer
Browse files

Fix fault in atom advertisement template

parent 576479e0
No related branches found
No related tags found
3 merge requests!1117Development,!1082Development,!1077Resolve "Atom-API wirft Serverfehler, wenn Werbung vorhanden ist"
@if(isset($ad) && !$apiAuthorized)
@if(isset($ad))
<ad:advertisement>
<ad:callOut atom:type="TEXT">{!! trans('ad.von') !!} {!! $ad->gefVon !!}</ad:callOut>
<ad:title atom:type="TEXT">{{ $ad->titel }}</ad:title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment