diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index fd365ed16..282686a17 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -730,6 +730,7 @@ sub setCallable { my $self = shift; my @callable = @{$self->{callable}}; @callable = (@callable,@{$_[0]}); + $self->{callable} = \@callable; } #-------------------------------------------------------------------