Skip to content

Commit 2da3cff

Browse files
Import from chart gives fatal error
1 parent 7587317 commit 2da3cff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

classes/Visualizer/Module/Chart.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -898,6 +898,9 @@ private function handleCSVasString( $data, $editor_type ) {
898898
$source = new Visualizer_Source_Csv( $tmpfile );
899899
fclose( $handle );
900900
break;
901+
case 'table':
902+
// Import from Chart
903+
// fall-through.
901904
case 'excel':
902905
// data coming in from the excel editor.
903906
$source = apply_filters( 'visualizer_pro_handle_chart_data', $data, '' );

0 commit comments

Comments
 (0)