mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 02:24:08 +02:00
$frm->selectbox() renamed to $frm->select(); for consistency.
This commit is contained in:
@@ -331,7 +331,7 @@ class plugin_blank_admin_form_ui extends e_admin_form_ui
|
||||
return $types;
|
||||
}
|
||||
|
||||
return $frm->selectbox('blank_type', $types, $curVal);
|
||||
return $frm->select('blank_type', $types, $curVal);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user