Skip to content

Commit

Permalink
Merge branch '1.2.1-bugfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
mangrose committed Mar 6, 2024
2 parents 718ba9c + d4596b3 commit 3756eee
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 3756eee

Please sign in to comment.