tylersmith102998 / GekPHP

An open-source framework for prototyping your projects
1 stars 0 forks source link

Add Auth->clear_errors to clear the object's error state #15

Open tylersmith102998 opened 4 years ago

tylersmith102998 commented 4 years ago

Issue arose in development of a new web app. Auth->register needs to parse errors towards the end just like the rest of the class. This would solve that problem.