--- lib/A3C/Model/StrixInstanceSelection.pm 2008/06/17 21:28:28 195 +++ lib/A3C/Model/StrixInstanceSelection.pm 2008/06/18 13:03:40 201 @@ -31,7 +31,7 @@ my $instance = shift; my $strix = A3C::Model::StrixInstanceSelection->new; - $strix->load_by_cols( instance => $instance ); + $strix->load_by_cols( instance => $instance, by_user => Jifty->web->current_user->id ); if ( $strix->id ) { return ( 0, _('Instance %1 allready selected', $instance) );