Browse Source

fnNotFound was not callable from extending class

Tobias Reich 8 years ago
parent
commit
207e98a81c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      php/Access/Access.php

+ 1 - 1
php/Access/Access.php

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