Commit 2cae4aa136bd268a1bcc68cf077f25594544199f

Authored by Leandro Santos
2 parents bc73769c 871c9c60

Merge branches 'AI3126-notification-plugin' and 'rails3_stable' into rails3_stable

plugins/notification/controllers/notification_plugin_profile_controller.rb
... ... @@ -18,7 +18,7 @@ class NotificationPluginProfileController < ProfileController
18 18 end
19 19  
20 20 def index
21   - @events = current_person.lobby_notes
  21 + @events = current_person.lobby_notes.find(:all, :conditions => {:profile => profile } )
22 22 @event = NotificationPlugin::LobbyNoteContent.new
23 23 end
24 24  
... ...