diff --git a/plugins/notification/controllers/notification_plugin_profile_controller.rb b/plugins/notification/controllers/notification_plugin_profile_controller.rb index 20d081a..1827c0c 100644 --- a/plugins/notification/controllers/notification_plugin_profile_controller.rb +++ b/plugins/notification/controllers/notification_plugin_profile_controller.rb @@ -18,7 +18,7 @@ class NotificationPluginProfileController < ProfileController end def index - @events = current_person.lobby_notes + @events = current_person.lobby_notes.find(:all, :conditions => {:profile => profile } ) @event = NotificationPlugin::LobbyNoteContent.new end -- libgit2 0.21.2