mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 22:57:14 +02:00
$frm->selectbox() renamed to $frm->select(); for consistency.
This commit is contained in:
@@ -159,7 +159,7 @@ class comments_admin_form_ui extends e_admin_form_ui
|
||||
|
||||
if($mode == 'write')
|
||||
{
|
||||
return $frm->selectbox("comment_blocked", $blocked, $curVal);
|
||||
return $frm->select("comment_blocked", $blocked, $curVal);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user