changing default values 2

This commit is contained in:
Alexey Nayden 2011-04-14 15:02:45 +04:00
parent acb7298f42
commit c604bd98f1
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ class Platform < ActiveRecord::Base
end
def xml_rpc_create
result = BuildServer.add_platform name, build_path(unixname), []
result = BuildServer.add_platform name, build_path(unixname)
if result == BuildServer::SUCCESS
return true
else