forked from GNUsocial/gnu-social
Get rid of empty select in theme dropdown
This commit is contained in:
parent
e3123be350
commit
7551464d23
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user