Skip to content

Commit

Permalink
Add backslash to home_url
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed May 7, 2018
1 parent db0705a commit aa9d5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class-merlin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1429,7 +1429,7 @@ protected function edd_activate_license( $license ) {
'edd_action' => 'activate_license',
'license' => rawurlencode( $license ),
'item_name' => rawurlencode( $this->edd_item_name ),
'url' => esc_url( home_url() ),
'url' => esc_url( home_url( '/' ) ),
);

$response = $this->edd_get_api_response( $api_params );
Expand Down

0 comments on commit aa9d5fc

Please sign in to comment.