summaryrefslogtreecommitdiff
path: root/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml')
-rw-r--r--BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml
index f85875c9..7534a9c9 100644
--- a/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/BKUOnline/src/main/webapp/WEB-INF/applicationContext.xml
@@ -78,8 +78,9 @@
<bean id="identityLinkInfoboxFactory"
class="at.gv.egiz.bku.slcommands.impl.IdentityLinkInfoboxFactory">
<property name="identityLinkTransformer">
- <bean class="at.gv.egiz.idlink.IdentityLinkTransformer">
+ <bean class="at.gv.egiz.bku.slcommands.impl.IdentityLinkTransformer">
<property name="urlDereferencer" ref="urlDereferencer"/>
+ <property name="configuration" ref="configuration"/>
</bean>
</property>
</bean>