Changeset 10990
- Timestamp:
- 08/04/2016 08:56:33 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-settings/bp-settings-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-actions.php
r10800 r10990 445 445 446 446 // Bail if the hash provided doesn't match the one saved in the database. 447 if ( urldecode( $_GET['verify_email_change'] ) !== $pending_email['hash']) {447 if ( ! hash_equals( urldecode( $_GET['verify_email_change'] ), $pending_email['hash'] ) ) { 448 448 return; 449 449 }
Note: See TracChangeset
for help on using the changeset viewer.