Skip to content

Commit

Permalink
Fix #22868: typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed May 15, 2017
1 parent b220740 commit c0903f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/html_api.php
Expand Up @@ -1581,7 +1581,7 @@ public function __construct( $p_header, $p_content, $p_colspan = 1, $p_class = n
$p_colspan = 1;
}
$this->colspan = $p_colspan;
$this->atr_class = $p_class;
$this->attr_class = $p_class;
$this->content_attr_id = $p_content_id;
$this->header_attr_id = $p_header_id;
}
Expand Down

0 comments on commit c0903f2

Please sign in to comment.