Skip to content

Commit

Permalink
Remove $_GET check which was there for debugging purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Dec 13, 2014
1 parent 7cd9901 commit 45aa825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edd-helpscout.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function __construct() {
spl_autoload_register( array( $this, 'autoload' ) );

// if this is a HelpScout Request, load the Endpoint class
if ( isset( $_GET['edd_hs'] ) || isset( $_SERVER['HTTP_X_HELPSCOUT_SIGNATURE'] ) ) {
if ( isset( $_SERVER['HTTP_X_HELPSCOUT_SIGNATURE'] ) ) {
new EDD_HS_Endpoint();
}

Expand Down

0 comments on commit 45aa825

Please sign in to comment.