mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Removed reference to non-existence function Form::handleAction().
This commit is contained in:
parent
a2c1858892
commit
1d5065f4a7
@ -189,7 +189,6 @@ class Form extends RequestHandler {
|
||||
|
||||
static $url_handlers = array(
|
||||
'field/$FieldName!' => 'handleField',
|
||||
'$Action!' => 'handleAction',
|
||||
'POST ' => 'httpSubmission',
|
||||
'GET ' => 'httpSubmission',
|
||||
'HEAD ' => 'httpSubmission',
|
||||
|
Loading…
Reference in New Issue
Block a user