From aaaff6e3f7c80b4735f3640dc39d2689df315517 Mon Sep 17 00:00:00 2001 From: Mafoo Date: Sat, 10 Jun 2017 16:22:24 +0100 Subject: [PATCH] BugFix - check_auth (#2672) the update to check_auth to enable text i made a mistake and put the wrong parameter into get. this corrects that --- resources/check_auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/check_auth.php b/resources/check_auth.php index bc7b2fc0a4..cf0fca5cbe 100644 --- a/resources/check_auth.php +++ b/resources/check_auth.php @@ -28,7 +28,7 @@ //add multi-lingual support $language = new text; - $text = $language->get('resources'); + $text = $language->get(null, 'resources'); //for compatibility require this library if less than version 5.5 if (version_compare(phpversion(), '5.5', '<')) {