@@ -69,7 +69,7 @@ |
||
69 | 69 | $content = $this->request->variable('content', '', true); |
70 | 70 | $cblocks = $this->get_custom_blocks(); |
71 | 71 | |
72 | - $sql_data = $this->get_default_fields($block_id); |
|
72 | + $sql_data = $this->get_default_fields($block_id); |
|
73 | 73 | $sql_data['block_content'] = $content; |
74 | 74 | |
75 | 75 | generate_text_for_storage($sql_data['block_content'], $sql_data['bbcode_uid'], $sql_data['bbcode_bitfield'], $sql_data['bbcode_options'], true, true, true); |