Changeset 3357 for trunk/bp-core/bp-core-avatars.php
- Timestamp:
- 11/05/2010 09:37:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-avatars.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-avatars.php
r3343 r3357 33 33 34 34 if ( !defined( 'BP_AVATAR_ORIGINAL_MAX_FILESIZE' ) ) { 35 if ( ! $bp->site_options['fileupload_maxk'])35 if ( !isset( $bp->site_options['fileupload_maxk'] ) ) 36 36 define( 'BP_AVATAR_ORIGINAL_MAX_FILESIZE', 5120000 ); /* 5mb */ 37 37 else
Note: See TracChangeset
for help on using the changeset viewer.