X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fhelp.pl;h=51dfa930a413d56e9e2900b10927dd5068fa602a;hb=a9cff23c7050696bfe1dee906157416c49739f07;hp=011519f626924268925dd17082852dedb56dc445;hpb=97fa4618141c1e20858660a6732d94ea3f431dd9;p=spider.git diff --git a/cmd/help.pl b/cmd/help.pl index 011519f6..51dfa930 100644 --- a/cmd/help.pl +++ b/cmd/help.pl @@ -34,6 +34,7 @@ $lang = 'en' if !$lang; my $h = new IO::File; if (!open($h, "$main::localcmd/Commands_$lang.hlp")) { + $lang = 'en'; if (!open($h, "$main::cmd/Commands_$lang.hlp")) { return (1, $self->msg('helpe1')); }