Skip to content

Commit 8fbb857

Browse files
change in signature of "get_all_db_tables_column_mapping"
1 parent 2911649 commit 8fbb857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Gutenberg/Block.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function enqueue_gutenberg_scripts() {
9393
}
9494
}
9595

96-
$table_col_mapping = Visualizer_Source_Query_Params::get_all_db_tables_column_mapping();
96+
$table_col_mapping = Visualizer_Source_Query_Params::get_all_db_tables_column_mapping( null, false );
9797

9898
$translation_array = array(
9999
'isPro' => $type,

0 commit comments

Comments
 (0)