Skip to content

Commit

Permalink
Don't send an email to the creator of the short URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Apr 24, 2018
1 parent 0dd2d56 commit 83dddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2cgeoportal/views/shortener.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def create(self):
else:
s_url = self.request.route_url("shortener_get", ref=ref)

email = email or user_email
email = email

smtp_config = self.request.registry.settings.get("smtp", {})
if \
Expand Down

0 comments on commit 83dddfc

Please sign in to comment.