Do not pass myself off as a parent.

This commit is contained in:
Colin Kuskie 2010-04-09 15:21:21 -07:00
parent 8e946aa6e6
commit a598c134c1

View file

@ -47,7 +47,7 @@ paste a wiki page anywhere else but a wiki master.
sub canPaste {
my $self = shift;
return $self->validParent($self->session, $self); ##Lazy call to a class method
return $self->validParent($self->session); ##Lazy call to a class method
}
#-------------------------------------------------------------------