Bug #2304 ยป 2304.patch
| components/com_comprofiler/comprofiler.php | ||
|---|---|---|
|
|
||
|
// Update lastupdatedate of profile by user:
|
||
|
if ( $_CB_framework->myId() == $uid ) {
|
||
|
$userComplete->lastupdatedate = date( 'Y-m-d H:i:s' );
|
||
|
$userComplete->lastupdatedate = date( 'Y-m-d H:i:s', ( time() - date( 'Z' ) ) );
|
||
|
}
|
||
|
|
||
|
// Store new user state:
|
||