Commit e1594d83f1bf91861baf48445d3620aae1c43ec5

Authored by Nathan Broadbent
1 parent 68ee8713
Exists in master and in 1 other branch production

Fixed IssueTrackers::FogbugzTracker

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/issue_trackers/fogbugz_tracker.rb
... ... @@ -22,7 +22,7 @@ class IssueTrackers::FogbugzTracker < IssueTracker
22 22 end
23 23 end
24 24  
25   - def create_issue(problem, reported_by = nil = nil)
  25 + def create_issue(problem, reported_by = nil)
26 26 fogbugz = Fogbugz::Interface.new(:email => username, :password => password, :uri => "https://#{account}.fogbugz.com")
27 27 fogbugz.authenticate
28 28  
... ...