Changeset 6389 for trunk/bp-groups/bp-groups-actions.php
- Timestamp:
- 10/08/2012 04:44:30 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-actions.php
r6342 r6389 174 174 // Group avatar is handled separately 175 175 if ( 'group-avatar' == bp_get_groups_current_create_step() && isset( $_POST['upload'] ) ) { 176 if ( ! isset( $bp->avatar_admin ) ) { 177 $bp->avatar_admin = new stdClass(); 178 } 179 176 180 if ( !empty( $_FILES ) && isset( $_POST['upload'] ) ) { 177 181 // Normally we would check a nonce here, but the group save nonce is used instead
Note: See TracChangeset
for help on using the changeset viewer.