Fixed a warning
This commit is contained in:
parent
f9250cd34c
commit
b29d22f91e
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ sub ldapURL {
|
|||
=cut
|
||||
|
||||
sub new {
|
||||
my (%default, $class, $userId, %default, $value, $key, %user, %profile);
|
||||
my ($class, $userId, %default, $value, $key, %user, %profile);
|
||||
tie %user, 'Tie::CPHash';
|
||||
$class = shift;
|
||||
$userId = shift || 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue