Gossamer Forum
Home : Products : Others : Fileman :

Typo/Bug

Quote Reply
Typo/Bug
There's a typo slash bug on line 778 of Commands.pm

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

It should be status not stastus
Quote Reply
Re: [Paul] Typo/Bug In reply to
Thanks Paul Laugh

B.
Quote Reply
Re: [TheStone] Typo/Bug In reply to
You may wish to do a search and replace - there are three other occurances of stastus Laugh

Last edited by:

Paul: May 1, 2003, 10:21 AM