Commit b2989f549cc7b45027081dd3450bef81bbdf0e4a
1 parent
7993d1cd
Exists in
master
and in
1 other branch
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) |