]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Fix passing parameters to git_project_search_form
[Gitweb] / gitweb.perl
index 16b02480c39de707da3bbbef170df8dea8ed04335b2b3f69afcb770068099c8d..66d8628b26f25590b8035263fa11581d7d05c895cafd13559aa2eb15b533a70a 100755 (executable)
@@ -5257,7 +5257,7 @@ sub git_patchset_body {
 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 
 sub git_project_search_form {
 # . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
 
 sub git_project_search_form {
-       my ($searchtext, $search_use_regexp);
+       my ($searchtext, $search_use_regexp) = @_;
 
        my $limit = '';
        if ($project_filter) {
 
        my $limit = '';
        if ($project_filter) {
This page took 0.205471 seconds and 4 git commands to generate.