fnNotFound was not callable from extending class

This commit is contained in:
Tobias Reich 2016-01-31 00:56:42 +01:00
parent 026702114d
commit 207e98a81c

View File

@ -4,7 +4,7 @@ namespace Lychee\Access;
abstract class Access {
final private static function fnNotFound() {
final protected static function fnNotFound() {
exit('Error: Function not found! Please check the spelling of the called function.');