hidden options are silly :3

git-svn-id: file:///home/shish/svn/shimmie2/trunk@267 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2007-07-12 08:29:03 +00:00
parent d39a45b62d
commit 45343a8ce9

View file

@ -168,7 +168,6 @@ class Setup extends Extension {
$sb->add_text_option("contact_link", "<br>Contact URL:");
$sb->add_choice_option("theme", $themes, "<br>Theme: ");
// $sb->add_int_option("anon_id", "<br>Anonymous ID: "); // FIXME: create advanced options page
$sb->add_hidden_option("anon_id");
$event->panel->add_block($sb);
}
if(is_a($event, 'ConfigSaveEvent')) {