X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fhelp.pl;h=51dfa930a413d56e9e2900b10927dd5068fa602a;hb=1861dba8cfe192e0eb81e09a44a08bebd68ce685;hp=011519f626924268925dd17082852dedb56dc445;hpb=f7d2c39f20734d48a5306ac585f1bbee2fc2fbe7;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')); }