summaryrefslogtreecommitdiff
path: root/actions/designadminpanel.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-11-17 16:55:45 -0800
committerZach Copley <zach@status.net>2009-11-17 16:55:45 -0800
commit7551464d239a77d3f23b02a8f84ea78ebc282b2e (patch)
tree1e61aecebd17b8466eafad93533389ff6bd6256f /actions/designadminpanel.php
parente3123be350f73e9a9698e864e4e94bb0b4dfe464 (diff)
Get rid of empty select in theme dropdown
Diffstat (limited to 'actions/designadminpanel.php')
-rw-r--r--actions/designadminpanel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/designadminpanel.php b/actions/designadminpanel.php
index dcf5605af..9845ddb54 100644
--- a/actions/designadminpanel.php
+++ b/actions/designadminpanel.php
@@ -179,7 +179,7 @@ class DesignAdminPanelForm extends Form
$this->out->dropdown('theme', _('Theme'),
$themes, _('Theme for the site.'),
- true, $this->value('theme'));
+ false, $this->value('theme'));
$this->out->elementEnd('li');
$this->out->elementEnd('ul');