Skip to content

Commit

Permalink
Fix missing $reqAction definition in RegistryAuthComponent (NOJIRA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Jul 24, 2025
1 parent ca03e96 commit 2fc2846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/Controller/Component/RegistryAuthComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ protected function calculatePermissions(?int $id=null): array {

$ret = [];

// Get the action
$reqAction = $controller->getRequest()->getParam('action');

// This will need to be prefixed to the model, if set
$pluginName = $controller->getPlugin();

Expand Down

0 comments on commit 2fc2846

Please sign in to comment.