Skip to content

Commit

Permalink
BUGFIX: Removed reference to non-existence function Form::handleActio…
Browse files Browse the repository at this point in the history
…n().
  • Loading branch information
Sam Minnee committed Mar 19, 2012
1 parent a2c1858 commit 1d5065f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forms/Form.php
Expand Up @@ -189,7 +189,6 @@ public function __construct($controller, $name, FieldList $fields, FieldList $ac

static $url_handlers = array(
'field/$FieldName!' => 'handleField',
'$Action!' => 'handleAction',
'POST ' => 'httpSubmission',
'GET ' => 'httpSubmission',
'HEAD ' => 'httpSubmission',
Expand Down

0 comments on commit 1d5065f

Please sign in to comment.