1
This commit is contained in:
parent
9a72c7d49a
commit
67e60e26f9
@ -267,10 +267,10 @@ class ShareController{
|
|||||||
$sh = $this->getShare($id);
|
$sh = $this->getShare($id);
|
||||||
$array = $this->getExplode($sh['rewards']);
|
$array = $this->getExplode($sh['rewards']);
|
||||||
array_push($info_list, array(
|
array_push($info_list, array(
|
||||||
'achivement_id' => $id,
|
'achivement_id' => $id,
|
||||||
'status' => 0,
|
'status' => 0,
|
||||||
'item_id' => $array[0][0],
|
'item_id' => $array[0][0],
|
||||||
'num' => $array[0][1],
|
'num' => $array[0][1],
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user