Skip to content

Commit

Permalink
DO NOT MERGE Ensure BPD is available in execute()
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp91 authored Aug 5, 2024
1 parent 4bd1cec commit d3b7fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Fhp/FinTs.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public function execute(BaseAction $action)
throw new \RuntimeException('Need to login (DialogInitialization) before executing other actions');
}

$requestSegments = $action->getNextRequest($this->bpd, $this->upd);
$requestSegments = $action->getNextRequest($this->getBpd(), $this->upd);

if (count($requestSegments) === 0) {
return; // No request needed.
Expand Down

0 comments on commit d3b7fab

Please sign in to comment.