mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9016 from sminnee/partial-fix-4622
FIX: Better message when form action handler not found.
This commit is contained in:
commit
a1f0d7a3bf
@ -260,7 +260,7 @@ class FormRequestHandler extends RequestHandler
|
||||
);
|
||||
}
|
||||
|
||||
return $this->httpError(404);
|
||||
return $this->httpError(404, "Could not find a suitable form-action callback function");
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user