Hi to all, a little issue...
In download admin page, inside the table-list with all results of download email submissions, there's a little bug in counter field:
the counter add +2 for every download (and not +1!).
Thanks bye!
Hi to all, a little issue...
In download admin page, inside the table-list with all results of download email submissions, there's a little bug in counter field:
the counter add +2 for every download (and not +1!).
Thanks bye!
Comments
Comment #1
hadsie commentedHey @Dret,
I've added an exit() statement after a file is downloaded. Basically in some cases the file download was actually getting processed twice, which was triggering other weird errors too. Hopefully it's sorted now.