GeekShop Activation Code Bug

ferdinand-holzner

Apr 1st, 2017 07:13 PM

There seems to be a bug at line 41 in "ActivationRepository".

$this->db->table($table)->where('user_id', $user->id)->update([ 'token' => $token, 'created_at' => new Carbon() ]);

The "$table" variable should actually be "$this->table".

Isn't there some kind of bug report thingy, like bugzilla / redmine or something similar? Don't get me wrong, this is a nice forum. But it gets pretty cluttered with all those requests and reports. :)

devdojo

Apr 1st, 2017 07:21 PM

Hey Ferdinand,

Sorry you're having an issue with that, can you let me know exactly which file you're referring to and I'll take a look into it ASAP :)

Thanks.

ferdinand-holzner

Apr 1st, 2017 07:24 PM

It's in /app/Http/Controllers/Auth/ActivationRepository.php

devdojo

Apr 1st, 2017 07:30 PM

Thanks man!

Really appreciate it. Will have this updated in the next release. I appreciate the feedback, and I'll be responding to your other forum post here shortly. I'll see about adding a better bug reporting tool on the products page very soon :)