You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Call to a member function getAffiliateByEmail() on a non-object
File: catalog/controller/affiliate/forgotten.php
Line 40: $this->model_account_affiliate->getAffiliateByEmail
Should be: $this->model_affiliate_affiliate->getAffiliateByEmail
The text was updated successfully, but these errors were encountered:
Error: Call to a member function getAffiliateByEmail() on a non-object
File: catalog/controller/affiliate/forgotten.php
Line 40: $this->model_account_affiliate->getAffiliateByEmail
Should be: $this->model_affiliate_affiliate->getAffiliateByEmail
The text was updated successfully, but these errors were encountered: