Skip to content

Commit

Permalink
Fix for Bug # 134. Looks like I broke this November 30, 2001. Sorry '…
Browse files Browse the repository at this point in the history
…bout that!
  • Loading branch information
theory committed Mar 15, 2002
1 parent 2a2e2c1 commit abe7301
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Bric/Biz/Person/User.pm
Expand Up @@ -8,18 +8,18 @@ Bric::Biz::Person::User - Interface to Bricolage User Objects
=head1 VERSION
$Revision: 1.8.2.1 $
$Revision: 1.8.2.2 $
=cut

# Grab the Version Number.
our $VERSION = (qw$Revision: 1.8.2.1 $ )[-1];
our $VERSION = (qw$Revision: 1.8.2.2 $ )[-1];

=pod
=head1 DATE
$Date: 2002-03-08 04:00:25 $
$Date: 2002-03-15 20:32:56 $
=head1 SYNOPSIS
Expand Down Expand Up @@ -956,7 +956,7 @@ sub what_can {
}

# Gather up all of the group IDs.
push @gids, $obj->get_grp_ids if ref $obj;
push @gids, $obj->get_grp_ids if $obj;

# Get the permission.
my $priv = 0;
Expand Down

0 comments on commit abe7301

Please sign in to comment.