Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
  • Loading branch information
mousepad942 committed May 13, 2015
1 parent 29c9003 commit 477d582
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upload/src/applications/native/controller/MyController.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class MyController extends NativeBaseController {
*/
public function beforeAction($handlerAdapter) {
parent::beforeAction($handlerAdapter);
$this->uid = 1;
$this->checkUserSessionValid();
//
$this->userInfo = $this->_getUserAllInfo(PwUser::FETCH_MAIN);
Expand Down

0 comments on commit 477d582

Please sign in to comment.