Skip to content

Commit

Permalink
Merge pull request #114 from CCCMichaelCole/bugfix/registry-import
Browse files Browse the repository at this point in the history
 FIX RegistryAdmin add missing return to import
  • Loading branch information
GuySartorelli authored Dec 5, 2024
2 parents da5b5a2 + da89625 commit 186b1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RegistryAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ public function import(array $data, Form $form): HTTPResponse
}

$form->sessionMessage($message, 'good');
$this->redirectBack();
return $this->redirectBack();
}
}

0 comments on commit 186b1fa

Please sign in to comment.