Your Name 3 năm trước cách đây
mục cha
commit
32e2e8908d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tool/work/lib/Manage.php

+ 1 - 0
tool/work/lib/Manage.php

@@ -181,6 +181,7 @@ Class Manage
 	public function getUser($id)
 	{
 		$info = Dever::db('work/info')->find($id);
+		$data = array();
 		if ($info && isset($info['mobile']) && $info['mobile']) {
 			$data= Dever::db('work/user')->find(array('mobile'=>$info['mobile']));
 		}