From: Bernd Blessmann Date: Mon, 24 Oct 2011 12:17:54 +0000 (+0200) Subject: Schreibfehler: mastertemplates wurde nicht rausgefiltert. X-Git-Tag: release-2.7.0beta1~155^2~5 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=32c9d480547428dc9555539c8f354ab73d616a6e;p=kivitendo-erp.git Schreibfehler: mastertemplates wurde nicht rausgefiltert. --- diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 276ae208b..c776961ab 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -428,7 +428,7 @@ sub edit_user_form { 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 ];