Skip to content

Commit

Permalink
tabs again
Browse files Browse the repository at this point in the history
  • Loading branch information
Denitz committed Oct 3, 2017
1 parent f0ab892 commit f7afffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/joomla/form/fields/checkbox.php
Expand Up @@ -44,7 +44,7 @@ class JFormFieldCheckbox extends JFormField
*/
public $ensure_value = true;

/**
/**
* Method to get certain otherwise inaccessible properties from the form field object.
*
* @param string $name The property name for which to the the value.
Expand Down
2 changes: 1 addition & 1 deletion libraries/joomla/form/fields/checkboxes.php
Expand Up @@ -61,7 +61,7 @@ class JFormFieldCheckboxes extends JFormFieldList
*/
public $ensure_value = true;

/**
/**
* Method to get certain otherwise inaccessible properties from the form field object.
*
* @param string $name The property name for which to the the value.
Expand Down

0 comments on commit f7afffb

Please sign in to comment.