Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.

This commit is contained in:
Colin Kuskie 2010-11-21 21:11:41 -08:00
parent b830bd8e71
commit e5adc07a05
27 changed files with 88 additions and 129 deletions

View file

@ -975,7 +975,7 @@ sub www_createAccountSave {
return undef;
}
else {
$self->session->http->setStatus(201);
$self->session->response->status(201);
}
return undef;