Skip to content
Permalink
Browse files
Fixes #117
  • Loading branch information
Sebastien Francois committed Aug 8, 2013
1 parent 4550aab commit 550b49e726da6c7582e6f83047acbb74d01c6c04
Showing with 1 addition and 1 deletion.
  1. +1 −1 perl_lib/EPrints/Plugin/InputForm/Component/Field/Subject.pm
@@ -405,7 +405,7 @@ sub get_state_params
my( $self ) = @_;

my $params = "";
foreach my $id ( $self->{prefix}."q" )
foreach my $id ( $self->{prefix}."_q" )
{
my $v = $self->{session}->param( $id );
next unless defined $v;

0 comments on commit 550b49e

Please sign in to comment.