Class property initialization flaws.

(cherry picked from commit cf5285f)
This commit is contained in:
Yuriy Pikhtarev 2017-05-05 01:05:42 +03:00 committed by Vasily Komrakov
commit 335195365f
No known key found for this signature in database
GPG key ID: 558236680C20A69A
19 changed files with 36 additions and 36 deletions

View file

@ -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();