diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/plugins_new.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/plugins_new.tpl b/template/yoga/admin/plugins_new.tpl index bf0081703..90167e2e9 100644 --- a/template/yoga/admin/plugins_new.tpl +++ b/template/yoga/admin/plugins_new.tpl @@ -5,7 +5,7 @@ {'Sort order'|@translate} : <select onchange="document.location = this.options[this.selectedIndex].value;" style="width:120px"> - {html_options options=$order selected=$selected} + {html_options options=$order_options selected=$order_selected} </select> {if isset($plugins)} |