uid fix
This commit is contained in:
@@ -31,7 +31,7 @@ class userAccess extends baseModel
|
|||||||
if (count($data['profile_data']) == 1) {
|
if (count($data['profile_data']) == 1) {
|
||||||
$data['profile_data'][0]['password'] = '**REMOVED**';
|
$data['profile_data'][0]['password'] = '**REMOVED**';
|
||||||
$member_id = $data['profile_data'][0]['mid'];
|
$member_id = $data['profile_data'][0]['mid'];
|
||||||
$member_uid = $data['profile_data'][0]['uuid'];
|
$member_uid = $data['profile_data'][0]['mid']; //$data['profile_data'][0]['uuid'];
|
||||||
$data['profile_data'][0]['member_id'] = $member_id; // fixing issue of member id used in profile
|
$data['profile_data'][0]['member_id'] = $member_id; // fixing issue of member id used in profile
|
||||||
$possibeLayout =['33010','33015','33020','33025','33030','33035','33040'];
|
$possibeLayout =['33010','33015','33020','33025','33030','33035','33040'];
|
||||||
$computedDash = $possibeLayout[rand(0,6)];// 33010; // Recomendation engine points
|
$computedDash = $possibeLayout[rand(0,6)];// 33010; // Recomendation engine points
|
||||||
|
|||||||
Reference in New Issue
Block a user