Skip to content
Snippets Groups Projects
Verified Commit b97b865f authored by tribut's avatar tribut :man_dancing:
Browse files

Fix problems when engelsystem_url is not set

parent 799a4b42
Branches
Tags
No related merge requests found
Pipeline #38972 passed
...@@ -113,6 +113,7 @@ module Pretalx ...@@ -113,6 +113,7 @@ module Pretalx
private private
def fetch_engelsystem(engelsystem_url, endpoint) def fetch_engelsystem(engelsystem_url, endpoint)
return nil unless engelsystem_url
begin begin
response = HTTParty.get( response = HTTParty.get(
engelsystem_url + endpoint, engelsystem_url + endpoint,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment