Aleksander Machniak
2013-07-04 dc336469716000a54865fc59cd2790534e68a848
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;
    }