mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
Typo: adddress should be address. Doesn't make any particular difference to anything unless someone has already written automated installation scripts...
This commit is contained in:
parent
12d86e0428
commit
62165e7d5b
@ -304,7 +304,7 @@ sub setupInstall {
|
||||
}
|
||||
|
||||
# get the address of the administrator user
|
||||
my $address = $app->input->getArgument('user.login.administrator.adddress');
|
||||
my $address = $app->input->getArgument('user.login.administrator.address');
|
||||
if (not defined($address)) {
|
||||
return 'user.login.administrator.address';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user