summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/DBSchema.pm
diff options
context:
space:
mode:
authorOliver Tappe2008-01-16 16:00:13 +0100
committerOliver Tappe2008-01-16 16:00:13 +0100
commita4a4a0226930f48281d1970bdbed037a99ce6ed6 (patch)
treec9c0b35c845d510fd10b33956f3481f6b02c39f0 /config-db/OpenSLX/DBSchema.pm
parent* reactivated copying of displaymanager theme, but it still does not (diff)
downloadcore-a4a4a0226930f48281d1970bdbed037a99ce6ed6.tar.gz
core-a4a4a0226930f48281d1970bdbed037a99ce6ed6.tar.xz
core-a4a4a0226930f48281d1970bdbed037a99ce6ed6.zip
* fixed problems in AttributeRoster with respect to syntax
checking (perl -cw) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1476 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX/DBSchema.pm')
-rw-r--r--config-db/OpenSLX/DBSchema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/OpenSLX/DBSchema.pm b/config-db/OpenSLX/DBSchema.pm
index 195649b9..aa6ef1c1 100644
--- a/config-db/OpenSLX/DBSchema.pm
+++ b/config-db/OpenSLX/DBSchema.pm
@@ -311,7 +311,7 @@ sub synchronizeAttributesWithDefaultSystem
# fetch all known attributes from attribute roster and merge these
# into the existing attributes of the default system
- my $attrInfo = OpenSLX::AttributeRoster::getAttrInfo();
+ my $attrInfo = OpenSLX::AttributeRoster->getAttrInfo();
foreach my $attr (keys %$attrInfo) {
next if exists $defaultSystem->{attrs}->{$attr};
$defaultSystem->{attrs}->{$attr} = $attrInfo->{$attr}->{default};