X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.perl;fp=gitweb%2Fgitweb.perl;h=813571b135a240963e1ef99f1f17709a382f84c6;hb=b22939a2860604bec718cfd751e930f3a8afd1cc;hp=7729ed26b5f2b692abb293bc684a854cf1377921;hpb=222433ee4b57750174875ce6b252d10c009a1fa9;p=git.git diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 7729ed26b..813571b13 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -5174,7 +5174,7 @@ sub git_patchset_body { # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . sub git_project_search_form { - my ($searchtext, $search_use_regexp); + my ($searchtext, $search_use_regexp) = @_; my $limit = ''; if ($project_filter) {