This commit is contained in:
Ilia Ross
2026-08-20 20:19:50 +02:00
parent e9f08e588a
commit fb790746cf
+1 -1
View File
@@ -124,7 +124,7 @@ else {
}
else {
# Groups file was entered by user
$in{'file'} || &error($text{'dir_egfile'});
$in{'gfile'} || &error($text{'dir_egfile'});
if ($in{'gfile'} !~ /^([a-z]:)?\//) {
$gfile = "$in{'dir'}/$in{'gfile'}";
}