Skip to content

Commit

Permalink
Add missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Feb 15, 2025
1 parent bb1538a commit 0dfdedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailbox/sort.cgi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
no warnings 'redefine';
no warnings 'uninitialized';
our %in;
our (%in, %text);

require './mailbox-lib.pl';
&ReadParse();
Expand Down

0 comments on commit 0dfdedc

Please sign in to comment.