Gossamer Forum
Home : Products : Others : Fileman :

[BUG] Typo in Commands.pm

Quote Reply
[BUG] Typo in Commands.pm
Around line #769 in Commands.pm there is a typo in this code:

Code:
($file == -1) and return $self->cmd_main_display({ reload => 1,
stastus => sprintf($LANGUAGE{ERR_INVALID},$filename)}); # not safe

stastus => sprintf should be status => sprintf. I found the error in the latest single user download and in the GMail 2.1.0 version.

~Charlie

[edit] Better do a search and replace. There are a total of 5 occurrences of stastus. [/edit]

Last edited by:

Chaz: Sep 8, 2002, 7:41 PM
Quote Reply
Re: [Chaz] [BUG] Typo in Commands.pm In reply to
Thanks Laugh

B.