summaryrefslogtreecommitdiff
path: root/BKULocal/src
diff options
context:
space:
mode:
Diffstat (limited to 'BKULocal/src')
-rw-r--r--BKULocal/src/main/webapp/WEB-INF/applicationContext.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
index b75db261..49d4f57f 100644
--- a/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/BKULocal/src/main/webapp/WEB-INF/applicationContext.xml
@@ -85,8 +85,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>