mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
Bug 148712 - add component with error/invalid initial owner results in
double header output patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz
This commit is contained in:
parent
36400cfcd3
commit
78775f9e88
@ -395,10 +395,6 @@ if ($action eq 'new') {
|
||||
}
|
||||
|
||||
my $initialowner = trim($::FORM{initialowner} || '');
|
||||
#
|
||||
# Now validating to make sure it's too an existing account
|
||||
#
|
||||
DBNameToIdAndCheck($initialowner);
|
||||
|
||||
if ($initialowner eq '') {
|
||||
print "You must enter an initial owner for the component '$component'. Please press\n";
|
||||
|
Loading…
Reference in New Issue
Block a user