X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/f797374abd7c54ed0e70ca2e796ff9e7c82960ae..f7c2c55c659e6e5a1468a2d4018367f60281e4a4:/bin/mozilla/admin.pl diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index daae59a23..028219896 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -549,7 +549,7 @@ sub save_user { # copy templates to the directory opendir TEMPLATEDIR, "$templates/." or $form - error("$templates : $ERRNO"); - @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|xml|txb)$/, + @templates = grep /$form->{mastertemplates}.*?\.(html|tex|sty|odt|xml|txb)$/, readdir TEMPLATEDIR; closedir TEMPLATEDIR;