aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bridges/BundestagParteispendenBridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/BundestagParteispendenBridge.php b/bridges/BundestagParteispendenBridge.php
index 30817d96..773f9129 100644
--- a/bridges/BundestagParteispendenBridge.php
+++ b/bridges/BundestagParteispendenBridge.php
@@ -32,7 +32,7 @@ URI;
$firstAnchor = $html->find('a', 0)
or returnServerError('Could not find the proper HTML element.');
- $url = 'https://www.bundestag.de' . $firstAnchor->href;
+ $url = $firstAnchor->href;
// Get the actual page with the soft money donations
$html = getSimpleHTMLDOMCached($url, self::CACHE_TIMEOUT);