Skip to content

Commit 430532b

Browse files
committed
Provides $obj as parameter when calling get_basic_input_ids in EPrints::MetaField->render_input_field_actual
1 parent 67f7c8c commit 430532b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl_lib/EPrints/MetaField.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1358,7 +1358,7 @@ sub render_input_field_actual
13581358
else
13591359
{
13601360
my $x = 0;
1361-
my @input_ids = $self->get_basic_input_ids( $session, $basename, $staff );
1361+
my @input_ids = $self->get_basic_input_ids( $session, $basename, $staff, $obj );
13621362
foreach my $col_title ( @{$col_titles} )
13631363
{
13641364

0 commit comments

Comments
 (0)