File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
classes/Visualizer/Render/Page Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,7 @@ class="dashicons dashicons-lock"></span></h2>
318
318
<option value="<?php echo $ num ; ?> " <?php echo $ extra ; ?> ><?php echo $ name ; ?> </option>
319
319
<?php
320
320
}
321
- do_action ( 'visualizer_chart_schedules_spl ' , 'wp ' , $ this ->chart ->ID , 2 );
321
+ do_action ( 'visualizer_chart_schedules_spl ' , 'wp ' , $ this ->chart ->ID , 1 );
322
322
?>
323
323
</select>
324
324
@@ -367,7 +367,7 @@ class="dashicons dashicons-lock"></span></h2>
367
367
<option value="<?php echo $ num ; ?> " <?php echo $ extra ; ?> ><?php echo $ name ; ?> </option>
368
368
<?php
369
369
}
370
- do_action ( 'visualizer_chart_schedules_spl ' , 'db ' , $ this ->chart ->ID , 2 );
370
+ do_action ( 'visualizer_chart_schedules_spl ' , 'db ' , $ this ->chart ->ID , 1 );
371
371
?>
372
372
</select>
373
373
<input type="hidden" name="params" id="viz-db-wizard-params">
You can’t perform that action at this time.
0 commit comments