From dda1402ea9da52594d417d654dce24c992652eb5 Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 29 Jan 2024 14:03:13 +0800 Subject: [PATCH] * Fix bug #45452. --- module/admin/ui/safe.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/admin/ui/safe.html.php b/module/admin/ui/safe.html.php index e2d56d6469..5668660c7d 100644 --- a/module/admin/ui/safe.html.php +++ b/module/admin/ui/safe.html.php @@ -196,7 +196,8 @@ div setClass('text-warning mr-1'), 'help' ), - $lang->admin->safe->noticeGd + $lang->admin->safe->noticeGd, + formHidden('loginCaptcha', isset($config->safe->loginCaptcha) ? $config->safe->loginCaptcha : 0) ) : null ) )