Skip to content

Commit

Permalink
Upgrader hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mozkomor05 committed Dec 7, 2021
1 parent f74c57b commit 20fd178
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions php/class-auto-upgrader.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ public function __construct( $current_version, $github_repo ) {
$this->plugin_basename = plugin_basename( CODE_SNIPPETS_FILE );

add_filter( 'pre_set_site_transient_update_plugins', array( &$this, 'check_update' ) );

set_site_transient( 'update_plugins', get_site_transient( 'update_plugins' ) );
}

/**
Expand Down

0 comments on commit 20fd178

Please sign in to comment.