| @@ -308,9 +308,9 @@ | ||
| 308 | 308 | |
| 309 | 309 | wp_update_post( |
| 310 | 310 | array( |
| 311 | 311 | 'ID' => $chart_id, |
| 312 | - 'post_content' => $source->getData(), | |
| 312 | + 'post_content' => $source->getData( get_post_meta( $chart_id, Visualizer_Plugin::CF_EDITABLE_TABLE, true ) ), | |
| 313 | 313 | ) |
| 314 | 314 | ); |
| 315 | 315 | |
| 316 | 316 | $chart = get_post( $chart_id ); |