From: Sven Schöling Date: Mon, 10 Aug 2009 09:07:25 +0000 (+0200) Subject: Bugfix Bug 1077: Opendocumentvorlagen kopieren. X-Git-Tag: release-2.6.1beta1~336 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f7c2c55c659e6e5a1468a2d4018367f60281e4a4;p=kivitendo-erp.git Bugfix Bug 1077: Opendocumentvorlagen kopieren. Bei der Erstellung eines neuen Benutzers wurden die OO-Vorlagen nicht mit kopiert. --- 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;