Skip to content

Commit

Permalink
#336 [state:resolved] Had to become $q->request_method to work.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeThomsen committed Jun 19, 2010
1 parent 79c40d6 commit 69fd58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MT/App.pm
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ sub pre_run_debug {
print STDERR "Package: " . ref($app) . "\n";
print STDERR "Session: " . $app->session->id . "\n"
if $app->session;
print STDERR "Request: " . $q->param->request_method . "\n";
print STDERR "Request: " . $q->request_method . "\n";
my @param = $app->query;
if (@param) {
foreach my $key (@param) {
Expand Down

0 comments on commit 69fd58e

Please sign in to comment.