Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mangrose committed Mar 6, 2024
1 parent 718ba9c commit d4596b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-tulo-paywall.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function get_back_url() {
}

public function get_return_url() {
$currentUrl = get_current_url();
$currentUrl = $this->get_current_url();
if (str_contains($currentUrl, "?")) {
$currentUrl .= "&tpw_session_refresh=1";
} else {
Expand Down

0 comments on commit d4596b3

Please sign in to comment.