Fix appData objectGetTableRow() to work with the new table classes
This commit is contained in:
@@ -199,6 +199,7 @@ class TableRow
|
||||
$this->aTableCells = array();
|
||||
$this->sStyle = null;
|
||||
$this->sClass = null;
|
||||
$this->sExtra = null;
|
||||
$this->oTableRowClick = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user