Commit 425153c2d8e0cae0879140a6fafe0270f5283a89

Authored by Vasiliy Ermolovich
2 parents 7993d1cd b2989f54
Exists in master and in 1 other branch production

Merge pull request #505 from nfedyashev/patch-1

Fix typo
app/models/notification_services/gtalk_service.rb
... ... @@ -36,7 +36,7 @@ class NotificationServices::GtalkService < NotificationService
36 36 end
37 37  
38 38 def url
39   - "http://www.google.com/talk/" || service_url
  39 + service_url || "http://www.google.com/talk/"
40 40 end
41 41  
42 42 def create_notification(problem)
... ...