X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=locale%2Fde%2Flocales.pl;h=f12001ce0fdfc03354d02f138e7469429f4f7b82;hb=63024c9f98f172ec904324fd0b6f9cc819ce7600;hp=725a9e50b4176c543e94cd36f20047cf6ccce859;hpb=fc9db98bd2391c35c791f6c5c98fd633fcd70e9a;p=kivitendo-erp.git diff --git a/locale/de/locales.pl b/locale/de/locales.pl index 725a9e50b..f12001ce0 100755 --- a/locale/de/locales.pl +++ b/locale/de/locales.pl @@ -327,7 +327,7 @@ sub scanfile { if (/require\s+\W.*\.pl/) { my $newfile = $&; $newfile =~ s/require\s+\W//; - $newfile =~ s/\$form->{path}\///; + $newfile =~ s|bin/mozilla||; # &scanfile("$bindir/$newfile", 0, $scanned_files); $cached{$file}{scan}{"$bindir/$newfile"} = 1; } elsif (/use\s+SL::(.*?);/) {