From 9483a3a2bf249d7c33c82cde2095a6d3a2ac145d Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Fri, 15 Jul 2016 09:34:34 -0400 Subject: [PATCH] invite fix --- controller/action/DownloadActions.class.php | 4 ---- view/template/download/getAllowed.php | 3 ++- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/controller/action/DownloadActions.class.php b/controller/action/DownloadActions.class.php index c93b776b..1a743116 100644 --- a/controller/action/DownloadActions.class.php +++ b/controller/action/DownloadActions.class.php @@ -155,10 +155,6 @@ class DownloadActions extends Actions { if (!static::findInPrefinery($email)) { - if ($inviteCode) - { - throw new Exception('really???'); - } $userData = Prefinery::createTester(array_filter([ 'email' => $email, 'status' => $inviteCode ? 'invited' : 'applied', diff --git a/view/template/download/getAllowed.php b/view/template/download/getAllowed.php index d1034591..8b5fcb76 100644 --- a/view/template/download/getAllowed.php +++ b/view/template/download/getAllowed.php @@ -12,7 +12,8 @@

Claim Credits

-

Use email and code after download to receive your credits.

+

Use email and code you received via email after download to receive your credits.

+
If you received a printed code and it does not work after you download, check your email for a different code.