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:
parent
d39a45b62d
commit
45343a8ce9
1 changed files with 0 additions and 1 deletions
|
@ -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')) {
|
||||
|
|
Reference in a new issue