fixed wrong sql key
This commit is contained in:
parent
71f003dd66
commit
faf5207478
@ -50,7 +50,7 @@ if ($ispro)
|
|||||||
'success' => true,
|
'success' => true,
|
||||||
'user_id' => $user_id,
|
'user_id' => $user_id,
|
||||||
'user_key' => $new_userkey,
|
'user_key' => $new_userkey,
|
||||||
'quota' => $data['quota'],
|
'quota' => $data['quota_today'],
|
||||||
'quota_max'=> Statics::quota_max(true),
|
'quota_max'=> Statics::quota_max(true),
|
||||||
'is_pro' => true,
|
'is_pro' => true,
|
||||||
'message' => 'user updated'
|
'message' => 'user updated'
|
||||||
@ -69,7 +69,7 @@ else
|
|||||||
'success' => true,
|
'success' => true,
|
||||||
'user_id' => $user_id,
|
'user_id' => $user_id,
|
||||||
'user_key' => $new_userkey,
|
'user_key' => $new_userkey,
|
||||||
'quota' => $data['quota'],
|
'quota' => $data['quota_today'],
|
||||||
'quota_max'=> Statics::quota_max(false),
|
'quota_max'=> Statics::quota_max(false),
|
||||||
'is_pro' => false,
|
'is_pro' => false,
|
||||||
'message' => 'user updated'
|
'message' => 'user updated'
|
||||||
|
Loading…
Reference in New Issue
Block a user