mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
Class property initialization flaws.
(cherry picked from commit cf5285f
)
This commit is contained in:
parent
5d6039d1c5
commit
335195365f
19 changed files with 36 additions and 36 deletions
|
@ -676,7 +676,7 @@ class html_common
|
|||
{
|
||||
public $options = '';
|
||||
public $attr = array();
|
||||
public $cur_attr = null;
|
||||
public $cur_attr;
|
||||
public $max_length = HTML_SELECT_MAX_LENGTH;
|
||||
public $selected = array();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue