We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720dc81 commit 10ee013Copy full SHA for 10ee013
classes/Visualizer/Module/Chart.php
@@ -261,7 +261,7 @@ public function renderChartPages() {
261
}
262
// dispatch pages
263
$this->_chart = get_post( $chart_id );
264
- $tab = isset( $_GET['tab'] ) || empty( $_GET['tab'] ) ? $_GET['tab'] : 'visualizer';
+ $tab = isset( $_GET['tab'] ) && ! empty( $_GET['tab'] ) ? $_GET['tab'] : 'visualizer';
265
switch ( $tab ) {
266
case 'settings':
267
// changed by Ash/Upwork
0 commit comments