From 32c9d480547428dc9555539c8f354ab73d616a6e Mon Sep 17 00:00:00 2001 From: Bernd Blessmann Date: Mon, 24 Oct 2011 14:17:54 +0200 Subject: [PATCH] Schreibfehler: mastertemplates wurde nicht rausgefiltert. --- bin/mozilla/admin.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; -- 2.20.1