Skip to content
Snippets Groups Projects
Commit 7abbe01f authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Fixing issue with empty recordpage id

parent dfb552b2
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class JoblistController extends AbstractAjaxController {
* @throws \InvalidArgumentException
*/
public function filterAction() {
$recordPageId = $_POST['recordPageId'];
$recordPageId = (int) $_POST['recordPageId'];
$filters = [
'country' => $_POST['parameters']['country'],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment