Skip to content

Commit

Permalink
get parameters by as_hashref_mixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Mar 20, 2010
1 parent 802718e commit 42a1982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/JSTAPd/Server.pm
Expand Up @@ -180,7 +180,7 @@ sub handler {
$res = JSTAPd::Server::Contents->handler("contents/$current_path", $self, $req, $session, { path => $current_path, is_api => 1 });

# push request
my $param = $req->parameters;
my $param = $req->parameters->as_hashref_mixed;
push @{ $self->get_path($session, $current_path)->{ajax_request_stack} }, +{
method => $req->method,
path => $req->uri->path,
Expand Down

0 comments on commit 42a1982

Please sign in to comment.