mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Fix for User-Extended checkbox field creation.
This commit is contained in:
@@ -3306,7 +3306,8 @@ class e_form
|
||||
{
|
||||
//return $this->options($field, $value, $attributes, $id);
|
||||
// consistent method arguments, fixed in admin cron administration
|
||||
return $this->options($parms, $value, $id, $attributes); // OLD breaks admin->cron 'options' column
|
||||
$attributes['type'] = null; // prevent infinite loop.
|
||||
return $this->options($parms, $value, $id, $attributes);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user