compile error in previous commit
This commit is contained in:
parent
289c1c3cd9
commit
b2a1abf6e9
1 changed files with 1 additions and 1 deletions
|
@ -317,8 +317,8 @@ sub get_translatewiki_translations
|
|||
{
|
||||
my @languages = @_;
|
||||
|
||||
my $cache_file = "/tmp/merge-from-translatewiki.storable";
|
||||
if ($cache) {
|
||||
my $cache_file = "/tmp/merge-from-translatewiki.storable";
|
||||
if (-f $cache_file) {
|
||||
my $c = retrieve($cache_file);
|
||||
return %$c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue