mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 15:54:03 +01:00
- Fix set_row_attribs() for backward compat.
This commit is contained in:
@@ -675,8 +675,7 @@ class html_table extends html
|
||||
if ($index === null)
|
||||
$index = $this->rowindex;
|
||||
|
||||
if ($this->rows[$index])
|
||||
$this->rows[$index]->attrib = $attr;
|
||||
$this->rows[$index]->attrib = $attr;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user