Skip to content

Commit

Permalink
$maxlength was not defined. Travis failed.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmert committed Mar 16, 2015
1 parent 7032f19 commit 0c52bc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libraries/joomla/form/fields/textarea.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ class JFormFieldTextarea extends JFormField
*/
protected $columns;

/**
* The maximum number of characters in textarea.
*
* @var mixed
* @since 3.4
*/
protected $maxlength;

/**
* Method to get certain otherwise inaccessible properties from the form field object.
*
Expand Down

0 comments on commit 0c52bc2

Please sign in to comment.