Skip to content

LMMVC 1.0.1 - Bug Fixes

Latest
Compare
Choose a tag to compare
@ianaldrighetti ianaldrighetti released this 15 Jun 23:46

This resolves issue #2 -- LMMVC was not checking the visibility of methods. LMMVC now checks to ensure that the method being accessed is public (and not static). If the method is private, protected or static the Page Not Found message will be shown instead.

Previous to this (v1.0), PHP just showed an error saying that call_user_func_array could not invoke a private/protected method. So even if people attempted to access these pages, nothing would occur.