Changeset 227


Ignore:
Timestamp:
06/05/09 10:43:40 (15 years ago)
Author:
nanardon
Message:
  • typo
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Controller/Groups.pm

    r226 r227  
    2525    my ( $self, $c ) = @_; 
    2626    my $base = $c->model('Accounts')->db; 
    27     $c->stash->{filter}->{otype} = 'user'; 
     27    $c->stash->{filter}->{otype} = 'group'; 
    2828    $c->forward('filter'); 
    2929    $c->stash->{groupslist} = [  map { $_->id } @{ $c->stash->{objectslist} } ]; 
Note: See TracChangeset for help on using the changeset viewer.