summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/am.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/am.pl b/bin/am.pl
index 0cb0355c..8acd0c0f 100644
--- a/bin/am.pl
+++ b/bin/am.pl
@@ -1527,7 +1527,7 @@ sub save_language {
foreach $file (@templates) {
if ( -f "$myconfig{templates}/$file" ) {
- open( TEMP, '<,', "$myconfig{templates}/$file" )
+ open( TEMP, '<', "$myconfig{templates}/$file" )
or $form->error("$myconfig{templates}/$file : $!");
open( NEW, '>', "$myconfig{templates}/$form->{code}/$file" )