NIHVIVO-2955 oversight in the web.xml, wrong package name for RestrictHomeMenuItemEditingPolicy

This commit is contained in:
j2blake 2011-07-18 14:39:52 +00:00
parent a9472255a7
commit 36a9dc22e6

View file

@ -156,7 +156,7 @@
</listener>
<listener>
<listener-class> edu.cornell.mannlib.vivo.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup</listener-class>
<listener-class> edu.cornell.mannlib.vitro.webapp.auth.policy.RestrictHomeMenuItemEditingPolicy$Setup</listener-class>
</listener>
<!-- The Solr index uses a "public" filter, so the PropertyRestrictionPolicyHelper must already be set up. -->