From 43418fd2876a8ae459e8fb43b26a569d67c12bd5 Mon Sep 17 00:00:00 2001 From: shish Date: Fri, 4 May 2007 21:57:58 +0000 Subject: [PATCH] default to allowing anon tag editing git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.0@57 7f39781d-f577-437e-ae19-be835c7a54ca --- core/config.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/config.class.php b/core/config.class.php index a82e1bfc..8a6d82f6 100644 --- a/core/config.class.php +++ b/core/config.class.php @@ -25,6 +25,7 @@ class Config { 'view_scale' => false, # view 'tags_default' => 'map', # (ignored) 'tags_min' => '2', # tags + 'tag_edit_anon' => true, # tags 'upload_count' => 3, # upload 'upload_size' => '256KB', # upload 'upload_anon' => true, # upload