diff --git a/webapp/controller/ShareController.class.php b/webapp/controller/ShareController.class.php index 2120924..c3e667b 100644 --- a/webapp/controller/ShareController.class.php +++ b/webapp/controller/ShareController.class.php @@ -267,10 +267,10 @@ class ShareController{ $sh = $this->getShare($id); $array = $this->getExplode($sh['rewards']); array_push($info_list, array( - 'achivement_id' => $id, - 'status' => 0, - 'item_id' => $array[0][0], - 'num' => $array[0][1], + 'achivement_id' => $id, + 'status' => 0, + 'item_id' => $array[0][0], + 'num' => $array[0][1], )); } } else {