Ticket #2048: 2048.patch
| File 2048.patch, 389 bytes (added by , 16 years ago) |
|---|
-
bp-core.php
1460 1460 1461 1461 $activity = get_usermeta( $bp->loggedin_user->id, 'last_activity' ); 1462 1462 1463 if ( is_array( $activity ) ) 1464 $activity = $activity[0]; 1465 1463 1466 if ( !is_numeric( $activity ) ) 1464 1467 $activity = strtotime( $activity ); 1465 1468