Project creation fix

This commit is contained in:
Alexey Nayden 2011-04-14 15:50:18 +04:00
parent fc3cd46943
commit 38973a4609
1 changed files with 1 additions and 1 deletions

View File

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