<table cellpadding="9" cellspacing="0">
<tr valign="top">
<td align="right"><p><?php print_string('configtitle', 'block_html'); ?>:</td>
- <td><input type="text" name="title" size="30" value="<?php echo $this->config->title; ?>" /> (<?php print_string('leaveblanktohide', 'block_html'); ?>)</td>
+ <td><input type="text" name="title" size="30" value="<?php echo isset($this->config->title)?$this->config->title:''; ?>" /> (<?php print_string('leaveblanktohide', 'block_html'); ?>)</td>
</tr>
<tr valign="top">
<td align="right"><p><?php print_string('configcontent', 'block_html'); ?>:</td>