BUGFIX: Removed reference to non-existence function Form::handleAction().

This commit is contained in:
Sam Minnee 2012-03-19 12:31:59 +13:00
parent a2c1858892
commit 1d5065f4a7

View File

@ -189,7 +189,6 @@ class Form extends RequestHandler {
static $url_handlers = array(
'field/$FieldName!' => 'handleField',
'$Action!' => 'handleAction',
'POST ' => 'httpSubmission',
'GET ' => 'httpSubmission',
'HEAD ' => 'httpSubmission',