Changeset 6785 for trunk/src/includes/users/functions.php
- Timestamp:
- 02/19/2018 07:00:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/users/functions.php
r6740 r6785 982 982 983 983 // Try to call the conversion method 984 if ( is_a( $converter, 'BBP_Converter_Base') && method_exists( $converter, 'callback_pass' ) ) {984 if ( ( $converter instanceof BBP_Converter_Base ) && method_exists( $converter, 'callback_pass' ) ) { 985 985 $converter->callback_pass( $username, $_POST['pwd'] ); 986 986 }
Note: See TracChangeset
for help on using the changeset viewer.