Browse Source

Fix for incoming favourites

closed-social-glitch-2
Eugen Rochko 8 years ago
parent
commit
7e53efae31
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/process_interaction_service.rb

+ 1
- 1
app/services/process_interaction_service.rb View File

@ -77,7 +77,7 @@ class ProcessInteractionService < BaseService
end
def activity_id(xml)
xml.at_xpath('/xmlns:entry/xmlns:id').content
xml.at_xpath('./activity:object/xmlns:id').content
end
def salmon

Loading…
Cancel
Save