From 2b8ce4a9c3cc34491e14a27b0c53ad78da26df73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Phil=20H=C3=B6fer?= <phil@suma-ev.de>
Date: Mon, 23 Oct 2017 09:38:59 +0200
Subject: [PATCH] Fix fault in atom advertisement template

---
 resources/views/layouts/atom10ad.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/views/layouts/atom10ad.blade.php b/resources/views/layouts/atom10ad.blade.php
index 3ccbaf824..a59564e47 100644
--- a/resources/views/layouts/atom10ad.blade.php
+++ b/resources/views/layouts/atom10ad.blade.php
@@ -1,4 +1,4 @@
-@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>
-- 
GitLab