Skip to content

Commit

Permalink
List field type renamed as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsbd71 authored Aug 9, 2020
1 parent b2d55b0 commit 5a3da2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fields/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
* @subpackage Form
* @since 11.1
*/
class JFormFieldList extends JFormField
class JFormFieldList_x extends JFormField
{
/**
* The form field type.
*
* @var string
* @since 11.1
*/
protected $type = 'List';
protected $type = 'List_x';

/**
* Method to get the field input markup for a generic list.
Expand Down

0 comments on commit 5a3da2e

Please sign in to comment.