Skip to content

Commit

Permalink
Update TarnkappeBridge.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Tone866 authored Apr 19, 2024
1 parent d9a649d commit d0ca3d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bridges/TarnkappeBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ public function collectData()
{
if (empty($this->getInput('category'))) {
$category = 'https://tarnkappe.info/feed';
}
else {
} else {
$category = 'https://tarnkappe.info/artikel/' . $this->getInput('category') . '/feed';
}

Expand Down

0 comments on commit d0ca3d2

Please sign in to comment.