Commit 425153c2d8e0cae0879140a6fafe0270f5283a89
Exists in
master
and in
1 other branch
Merge pull request #505 from nfedyashev/patch-1
Fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/notification_services/gtalk_service.rb
@@ -36,7 +36,7 @@ class NotificationServices::GtalkService < NotificationService | @@ -36,7 +36,7 @@ class NotificationServices::GtalkService < NotificationService | ||
36 | end | 36 | end |
37 | 37 | ||
38 | def url | 38 | def url |
39 | - "http://www.google.com/talk/" || service_url | 39 | + service_url || "http://www.google.com/talk/" |
40 | end | 40 | end |
41 | 41 | ||
42 | def create_notification(problem) | 42 | def create_notification(problem) |