Changeset 12488
- Timestamp:
- Jul 31, 2009, 4:53:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/branches/STABLE/3.0.x/lib/form/MemberProfileForm.class.php
r11010 r12488 142 142 $this->setDefault($profile->getName(), array('public_flag' => $profile->getDefaultPublicFlag())); 143 143 } 144 145 144 } 146 145 147 146 $this->widgetSchema[$profile->getName()] = new opWidgetFormProfile($widgetOptions); 148 147 $this->validatorSchema[$profile->getName()] = new opValidatorProfile($validatorOptions); 148 149 $this->widgetSchema->setHelp($profile->getName(), $profileWithI18n['Info']); 149 150 } 150 151 }
Note: See TracChangeset
for help on using the changeset viewer.