Revert "Template-Cache-Verzeichnis nicht als Vorlagenverzeichnis zur Auswahl anbieten"
authorMoritz Bunkus <moritz@bunkus.org>
Wed, 4 Aug 2010 08:59:51 +0000 (10:59 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Wed, 4 Aug 2010 08:59:51 +0000 (10:59 +0200)
This reverts commit dbe7d834d5df5db01bb5abce8f37473b711ed8b1.

bin/mozilla/admin.pl

index 6532edd..ab34702 100755 (executable)
@@ -413,7 +413,7 @@ sub edit_user_form {
   closedir TEMPLATEDIR;
 
   @alldir = grep !/\.(html|tex|sty|odt|xml|txb)$/, @alldir;
-  @alldir = grep !/^(webpages|cache|\.svn)$/, @alldir;
+  @alldir = grep !/^(webpages|\.svn)$/, @alldir;
 
   @allhtml = reverse grep !/Default/, @allhtml;
   push @allhtml, 'Default';