Commit 281214d1 authored by David Lawrence's avatar David Lawrence

Bug 1051056 - The REST API needs to be versioned so that new changes can be made…

Bug 1051056 - The REST API needs to be versioned so that new changes can be made that do not break compatibility - Fixed parameter issue with creating new bugs using the REST API.
parent e1f9d015
......@@ -858,7 +858,7 @@ sub update {
}
sub create {
my ($self, $api, $params) = @_;
my ($self, $params) = @_;
my $dbh = Bugzilla->dbh;
Bugzilla->login(LOGIN_REQUIRED);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment