Bug 12461 - (QA Followup)
[koha-equinox.git] / clubs / club-enrollments.pl
index e3cd12d..01ef24d 100755 (executable)
@@ -38,7 +38,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
 );
 
 my $id = $cgi->param('id');
-my $club = Koha::Clubs->find($id);
+my $club = Koha::Clubs->find( $id );
 
 $template->param(
     club          => $club,