]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Get rid of empty select in theme dropdown
authorZach Copley <zach@status.net>
Wed, 18 Nov 2009 00:55:45 +0000 (16:55 -0800)
committerZach Copley <zach@status.net>
Wed, 18 Nov 2009 00:55:45 +0000 (16:55 -0800)
actions/designadminpanel.php

index dcf5605af17cc2869b0ca2888050e050c399157c..9845ddb547c084ff384b543614adb5ca102df6d2 100644 (file)
@@ -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');