X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=edithelp.pl;h=de4e9b12c1b53622da96be498f5a49baefcd1f55;hb=9706908b269ebc068b19a0989ca8af6804b1a540;hp=28586b39101324c89601693e361f1efe65b089d8;hpb=33113e69c0eb2faccceb917ce19e26225259df8d;p=koha.git diff --git a/edithelp.pl b/edithelp.pl index 28586b3910..de4e9b12c1 100755 --- a/edithelp.pl +++ b/edithelp.pl @@ -96,7 +96,7 @@ elsif ( $type eq 'modify' ) { $error = "Cannot read file: '$file'."; } else { (-w $file) or $error = - "WARNING: You will not be able save, because your webserver cannot write to '$file'. Contact your admin about help file permissions."; + "WARNING: You will not be able to save, because your webserver cannot write to '$file'. Contact your admin about help file permissions."; open (my $fh, '<', $file) or die "Cannot read file '$file'"; # unlikely death, since we just checked my $help = ''; while ( <$fh> ) {