Skip to content

Commit

Permalink
Fix redirect htmlized and failing to load on WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwire committed Jul 22, 2024
1 parent 3513c98 commit 87f5c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Civi/Civioffice/Render/Queue/RenderQueueRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private function createRunner(RenderQueue $queue, ?string $returnUrl): \CRM_Queu
$query['return_url'] = base64_encode(html_entity_decode($returnUrl));
}

$downloadLink = \CRM_Utils_System::url('civicrm/civioffice/download', $query);
$downloadLink = \CRM_Utils_System::url('civicrm/civioffice/download', $query, FALSE, NULL, FALSE);

return new \CRM_Queue_Runner(
[
Expand Down

0 comments on commit 87f5c6a

Please sign in to comment.