Skip to content

Commit

Permalink
Address typehint changes on main.
Browse files Browse the repository at this point in the history
  • Loading branch information
jardakotesovec committed Sep 19, 2024
1 parent be3be14 commit 07c955d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/dashboard/DashboardHandlerNext.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function index($args, $request)
}

// OJS specific, might need to be adjusted for OMP/OPS
$paymentManager = Application::getPaymentManager($context);
$paymentManager = Application::get()->getPaymentManager($context);

$templateMgr->setState([
'pageInitConfig' => [
Expand Down

0 comments on commit 07c955d

Please sign in to comment.