panique / huge

Simple user-authentication solution, embedded into a small framework.
2.14k stars 789 forks source link

Change to is_callable for catching not public functions #870

Closed bartdenhoed closed 5 years ago

bartdenhoed commented 6 years ago

The application fails if you put a not public function in a controller. With this change you check if the method is callable.

sr-verde commented 5 years ago

@panique What about this issue? I would recommend to include this minor fix.

panique commented 5 years ago

Thanks, looks really good!