Skip to content

Commit 990769f

Browse files
jcdelepineralflang
authored andcommitted
Update horde-translation
Correcting a typo. Fatal Error: unlink(): Argument #2 ($context) must be of type resource or null, string given In /var/www/horde-git/horde/base/bin/horde-translation on line 1278
1 parent e7092bc commit 990769f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/horde-translation

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ class Horde_Translation_Script
12751275
rename($pofile . '.tmp', $pofile);
12761276
$this->writeln($this->cli->green('done'));
12771277
} else {
1278-
unlink($pofile . '.tmp', $pofile);
1278+
unlink($pofile . '.tmp');
12791279
$this->writeln($this->cli->red('failed'));
12801280
}
12811281
$this->writeln();

0 commit comments

Comments
 (0)