Changeset 12532
- Timestamp:
- Aug 5, 2009, 11:45:32 AM (14 years ago)
- Location:
- OpenPNE3/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/apps/pc_frontend/modules/community/actions/actions.class.php
r11479 r12532 30 30 sfConfig::set('sf_nav_type', 'default'); 31 31 } 32 33 $this->communityFileForm = new CommunityFileForm(array(), array('community' => $this->community)); 32 34 33 35 return $result; -
OpenPNE3/trunk/lib/action/sfOpenPNECommunityAction.class.php
r11635 r12532 75 75 $this->communityForm = new CommunityForm($this->community); 76 76 $this->communityConfigForm = new CommunityConfigForm(array(), array('community' => $this->community)); 77 $this->communityFileForm = new CommunityFileForm(array(), array('community' => $this->community));78 77 79 78 if ($request->isMethod('post'))
Note: See TracChangeset
for help on using the changeset viewer.