Changeset 2750


Ignore:
Timestamp:
09/02/10 21:52:13 (18 months ago)
Author:
mattlevine
Message:
  1. Adding remoteID to extended objects
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2.1/www/config/coldspring.xml.cfm

    r2713 r2750  
    453453                        <constructor-arg name="configBean"><ref bean="configBean" /></constructor-arg> 
    454454                        <constructor-arg name="settingsManager"><ref bean="settingsManager" /></constructor-arg> 
     455                </bean> 
     456                <bean id="favoriteBean" class="mura.content.favorite.favoriteManager" singleton="true"> 
     457                        <constructor-arg name="configBean"><ref bean="configBean" /></constructor-arg> 
    455458                </bean> 
    456459                <bean id="raterManager" class="mura.content.rater.raterManager" singleton="true"> 
Note: See TracChangeset for help on using the changeset viewer.