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