Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
oops (bug 706701)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Dec 1, 2011
1 parent 2a1d12d commit 975deea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/addons/views.py
Expand Up @@ -596,7 +596,7 @@ def purchase_thanks(request, addon):
'download': download}

if addon.is_webapp():
installed, c = Installed.objects.safe_get_or_create(addon=addon,
installed, c = Installed.objects.safer_get_or_create(addon=addon,
user=request.amo_user)
data['receipt'] = installed.receipt

Expand Down

0 comments on commit 975deea

Please sign in to comment.