Aleksander Machniak
2013-05-24 a963a2b38cf571b29543d17edadc46f91caba3aa
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;
    }