ftpserver.pl: Fixed variable error introduced in 7fd84b14d2
Global symbol "$mailbox" requires explicit package name
This commit is contained in:
@@ -1296,7 +1296,7 @@ sub COPY_imap {
|
||||
sub UID_imap {
|
||||
my ($args) = @_;
|
||||
my ($command) = split(/ /, $args, 1);
|
||||
fix_imap_params($command, $mailbox);
|
||||
fix_imap_params($command);
|
||||
|
||||
logmsg "UID_imap got $args\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user