From f10385417c8d50a1993187b92c4f8d96f93c512c Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 27 Feb 2026 12:09:25 +0200 Subject: [PATCH] Fix typo --- mysql/save_user.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/save_user.cgi b/mysql/save_user.cgi index 123bc531c..d04dc9880 100755 --- a/mysql/save_user.cgi +++ b/mysql/save_user.cgi @@ -19,7 +19,7 @@ else { &error($text{'user_euser'}); $in{'host_def'} || $in{'host'} =~ /^\S+$/ || &error($text{'user_ehost'}); - if ($in{'mysqlpass_mode'} eq '0' && $in{'mysqlpas'} =~ /\\/) { + if ($in{'mysqlpass_mode'} eq '0' && $in{'mysqlpass'} =~ /\\/) { &error($text{'user_eslash'}); }