Open pulponair opened 5 years ago
Scenario: DoRedirect is called with non existing pid
Result: Empty content is shown due to: https://github.com/PHORAX/formhandler/blob/master/Classes/Utility/GeneralUtility.php#L323
Solution: Check output of: https://github.com/PHORAX/formhandler/blob/master/Classes/Utility/GeneralUtility.php#L316 and throw an exception or show an error Message if $url ist empty.
Would you please send a pull request?
Scenario: DoRedirect is called with non existing pid
Result: Empty content is shown due to: https://github.com/PHORAX/formhandler/blob/master/Classes/Utility/GeneralUtility.php#L323
Solution: Check output of: https://github.com/PHORAX/formhandler/blob/master/Classes/Utility/GeneralUtility.php#L316 and throw an exception or show an error Message if $url ist empty.