Skip to content

Commit

Permalink
should already be sanitized from register_settngs
Browse files Browse the repository at this point in the history
  • Loading branch information
afragen committed Oct 9, 2016
1 parent 6ae596f commit 7c87fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Tags: plugin, theme, update, updater, github, bitbucket, gitlab, remote install
* Requires at least: 4.0
* Requires PHP: 5.3
* Tested up to: 4.6
* Tested up to: 4.7
* Stable tag: master
* Donate link: http://thefragens.com/github-updater-donate
* License: GPLv2 or later
Expand Down
2 changes: 1 addition & 1 deletion src/GitHub_Updater/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function install( $type ) {
) );
}

update_site_option( 'github_updater', Settings::sanitize( parent::$options ) );
update_site_option( 'github_updater', parent::$options );
$url = self::$install['download_link'];
$nonce = wp_nonce_url( $url );

Expand Down

0 comments on commit 7c87fc5

Please sign in to comment.