From 2d6988532a665bd7e42bb88a38a8b52cbb352646 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 16 May 2007 07:56:00 +0000 Subject: [PATCH] Den Pfad zu den Vorlagen richtig setzen. Ging mit dem letzten Commit kaputt. --- bin/mozilla/admin.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 20e5be24d..e478d6ba1 100644 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -790,6 +790,7 @@ sub save { } $form->{templates} =~ s|.*/||; + $form->{templates} = "${templates}/$form->{templates}"; $form->{mastertemplates} =~ s|.*/||; # create user template directory and copy master files -- 2.20.1