xml rpc params fix

This commit is contained in:
Alexey Nayden 2011-04-20 18:26:29 +04:00
parent 3833ee84cb
commit 5a1b22428d
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Project < ActiveRecord::Base
end
def xml_rpc_destroy
result = BuildServer.delete_project unixname, repository.platform.unixname, repository.unixname
result = BuildServer.delete_project unixname, repository.platform.unixname
if result == BuildServer::SUCCESS
return true
else