program/lib/Roundcube/html.php @@ -784,6 +784,11 @@ $index = $this->rowindex; } // make sure row object exists (#1489094) if (!$this->rows[$index]) { $this->rows[$index] = new stdClass; } $this->rows[$index]->attrib = $attr; }