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