Skip to content

Commit b677338

Browse files
new data source #59
new free, old pro
1 parent 4b6bdb1 commit b677338

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ protected function _renderContent() {
4242
if ( VISUALIZER_PRO ) {
4343
global $Visualizer_Pro;
4444
$Visualizer_Pro->_addEditor( $this->chart->ID );
45-
$Visualizer_Pro->_addFilterWizard( $this->chart->ID );
45+
if ( method_exists($Visualizer_Pro, '_addFilterWizard') ) {
46+
$Visualizer_Pro->_addFilterWizard( $this->chart->ID );
47+
}
4648
}
4749
// Added by Ash/Upwork
4850
echo '<div id="canvas">';

0 commit comments

Comments
 (0)