|
@@ -1130,8 +1130,8 @@ class My extends Core
|
|
}
|
|
}
|
|
|
|
|
|
public function getAreastat(){
|
|
public function getAreastat(){
|
|
- $this->data['data'] = Dever::db('mail/area_stat')->getTy(array('mid'=>$this->uid));
|
|
+ $data = Dever::db('mail/area_stat')->getTy(array('mid'=>$this->uid));
|
|
- return $this->data;
|
|
+ return $data;
|
|
}
|
|
}
|
|
|
|
|
|
public function getAreadesc(){
|
|
public function getAreadesc(){
|