diff options
| author | horus | 2021-01-07 03:37:42 +0100 |
|---|---|---|
| committer | horus | 2021-01-07 03:37:42 +0100 |
| commit | 5ed7d8cd7b931ea48d570a59782c3dcd3e5bfc2b (patch) | |
| tree | 59cd1cdee1140aca9fd49a28b3c6e9800761add7 /app/Http | |
| parent | 48b90ed22e6604ca869de054b499ac1bd4a4d6a2 (diff) | |
| download | kategorischeraperitif-5ed7d8cd7b931ea48d570a59782c3dcd3e5bfc2b.tar.gz | |
Bugfix
Diffstat (limited to 'app/Http')
| -rw-r--r-- | app/Http/Controllers/IndexController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/Controllers/IndexController.php b/app/Http/Controllers/IndexController.php index 4f68801..de68ed3 100644 --- a/app/Http/Controllers/IndexController.php +++ b/app/Http/Controllers/IndexController.php @@ -45,7 +45,7 @@ class IndexController extends Controller { created_at DESC, procent DESC LIMIT 1)"; } - $query .= " UNION (SELECT 'Alle Angebote' as name, 'https://angebote.fuselkoenig.de/img/feed-icon-gray.jpg' as image_url, 'RSS-Feeds' as spirit_type, 'feeds' AS url, 'RSS-Feeds' AS angebotsname, (SELECT MAX(procent) FROM all_view) as procent, 'Zu den RSS-Feeds' AS linktext FROM all_view LIMIT 1)"; + #$query .= " UNION (SELECT 'Alle Angebote' as name, 'https://angebote.fuselkoenig.de/img/feed-icon-gray.jpg' as image_url, 'RSS-Feeds' as spirit_type, 'feeds' AS url, 'RSS-Feeds' AS angebotsname, (SELECT MAX(procent) FROM all_view) as procent, 'Zu den RSS-Feeds' AS linktext FROM all_view LIMIT 1)"; $data = DB::select($query); |
