]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Schreibfehler: mastertemplates wurde nicht rausgefiltert.
authorBernd Blessmann <bibi@online.de>
Mon, 24 Oct 2011 12:17:54 +0000 (14:17 +0200)
committerBernd Blessmann <bibi@online.de>
Wed, 30 Nov 2011 13:05:04 +0000 (14:05 +0100)
bin/mozilla/admin.pl

index 276ae208b5821a22cd04147a5b87510f6e1e480c..c776961ab8aaadd1429115e26cf4b5b9768bfdd3 100755 (executable)
@@ -428,7 +428,7 @@ sub edit_user_form {
   closedir TEMPLATEDIR;
 
   @alldir = grep !/\.(html|tex|sty|odt|xml|txb)$/, @alldir;
   closedir TEMPLATEDIR;
 
   @alldir = grep !/\.(html|tex|sty|odt|xml|txb)$/, @alldir;
-  @alldir = grep !/^(webpages|mstertemplates|\.svn)$/, @alldir;
+  @alldir = grep !/^(webpages|mastertemplates|\.svn)$/, @alldir;
 
   $form->{ALL_TEMPLATES} = [ map { { "name", => $_, "selected" => $_ eq $myconfig->{templates} } } @alldir ];
 
 
   $form->{ALL_TEMPLATES} = [ map { { "name", => $_, "selected" => $_ eq $myconfig->{templates} } } @alldir ];