зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
7945f15535
Коммит
95c0318108
|
@ -395,10 +395,6 @@ if ($action eq 'new') {
|
||||||
}
|
}
|
||||||
|
|
||||||
my $initialowner = trim($::FORM{initialowner} || '');
|
my $initialowner = trim($::FORM{initialowner} || '');
|
||||||
#
|
|
||||||
# Now validating to make sure it's too an existing account
|
|
||||||
#
|
|
||||||
DBNameToIdAndCheck($initialowner);
|
|
||||||
|
|
||||||
if ($initialowner eq '') {
|
if ($initialowner eq '') {
|
||||||
print "You must enter an initial owner for the component '$component'. Please press\n";
|
print "You must enter an initial owner for the component '$component'. Please press\n";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче