From 17c1675b4ab4701bc104a243d1545db3ab63bdb5 Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:13:05 +0100 Subject: [PATCH] Update accounts.php fix lang function --- system/controllers/accounts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/controllers/accounts.php b/system/controllers/accounts.php index 73b3f9cb..51f31a30 100644 --- a/system/controllers/accounts.php +++ b/system/controllers/accounts.php @@ -84,7 +84,7 @@ switch ($action) { $ui->assign('d', $d); $ui->display('user-profile.tpl'); } else { - r2(U . 'home', 'e', $_L['Account_Not_Found']); + r2(U . 'home', 'e', Lang::T('Account Not Found')); } break;