Gossamer Forum
Home : Products : Others : Fileman :

Bug in hidden file viewing preference

Quote Reply
Bug in hidden file viewing preference
I discovered a little bug in FileMan-2.0.3. User is unable to unset the view hidden files preference. Solved by replacing the following line in Commands.pm:

my $hidden_file = $self->{cgi}->{hidden_file};

change this into

my $hidden_file = $self->{cgi}->{hidden_file} || '0';
Post deleted by Chris04WRX In reply to

Last edited by:

Chris04WRX: May 10, 2004, 4:38 PM