From 126c91a362d23428a22155772947a5344babdd91 Mon Sep 17 00:00:00 2001 From: Sergiu Bivol Date: Sat, 5 Jun 2021 00:49:36 +0100 Subject: [PATCH] Fix function name --- tinyfilemanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index e49a83d..a92837a 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -360,7 +360,7 @@ if ($use_auth && isset($_SESSION[FM_SESSION_ID]['logged'])) { $root_path = rtrim($root_path, '\\/'); $root_path = str_replace('\\', '/', $root_path); if (!@is_dir($root_path)) { - echo "

".lang('Root path')." \"{$root_path}\" ".lang('not found!')."

"; + echo "

".lng('Root path')." \"{$root_path}\" ".lng('not found!')."

"; exit; }