Changeset 13772
- Timestamp:
- Dec 15, 2010, 10:57:12 PM (12 years ago)
- Location:
- OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/mobile_frontend/config/routing.yml
r13608 r13772 26 26 class: sfDoctrineRoute 27 27 url: /communityTopic/search/:id 28 options: { model: Community Topic, type: object }28 options: { model: Community, type: object } 29 29 param: { module: communityTopic, action: search } 30 30 requirements: -
OpenPNE3/plugins/opCommunityTopicPlugin/trunk/apps/pc_frontend/config/routing.yml
r13608 r13772 26 26 class: sfDoctrineRoute 27 27 url: /communityTopic/search/:id 28 options: { model: Community Topic, type: object }28 options: { model: Community, type: object } 29 29 param: { module: communityTopic, action: search } 30 30 requirements:
Note: See TracChangeset
for help on using the changeset viewer.