fnNotFound was not callable from extending class

pull/462/head
Tobias Reich 8 years ago
parent 026702114d
commit 207e98a81c

@ -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.');

Loading…
Cancel
Save