Skip to content

Commit cf50006

Browse files
grunt
1 parent 6c399ab commit cf50006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ protected function undoRevisions( $chart_id, $restore = false ) {
356356
*/
357357
protected function handleExistingRevisions( $chart_id, $chart ) {
358358
// undo revisions.
359-
$revisions_found = $this->undoRevisions( $chart_id, true );
359+
$revisions_found = $this->undoRevisions( $chart_id, true );
360360
// create revision for the edit action.
361361
wp_save_post_revision( $chart_id );
362362

0 commit comments

Comments
 (0)