summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/AttributeRoster.pm
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/OpenSLX/AttributeRoster.pm')
-rw-r--r--config-db/OpenSLX/AttributeRoster.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/OpenSLX/AttributeRoster.pm b/config-db/OpenSLX/AttributeRoster.pm
index de7b5ced..2f7ca3dd 100644
--- a/config-db/OpenSLX/AttributeRoster.pm
+++ b/config-db/OpenSLX/AttributeRoster.pm
@@ -392,7 +392,7 @@ An hash-ref with info about all known attributes.
sub getAttrInfo
{
my $class = shift;
- my $params = shift;
+ my $params = shift || {};
$class->_init() if !%AttributeInfo;