diff --git a/lib/Fhp/FinTs.php b/lib/Fhp/FinTs.php index 426ff10..fe6d5d6 100644 --- a/lib/Fhp/FinTs.php +++ b/lib/Fhp/FinTs.php @@ -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.