diff --git a/create.php b/create.php index 155777730..b265f06d9 100644 --- a/create.php +++ b/create.php @@ -44,7 +44,7 @@ function build_character_set_list() if ($match[1] !== 'None') { $aliases[] = $match[1]; - if ($match[2]) + if (isset($match[2])) { $preferred = $match[1]; }