Skip to content

Commit

Permalink
member.controller.php에 arrTmp 멤버 변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
akasima committed Jun 30, 2014
1 parent b227962 commit 28956e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/member/member.controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class memberController extends member
* @var object
*/
var $memberInfo;
var $arrTmp;

/**
* Initialization
Expand All @@ -21,6 +22,7 @@ class memberController extends member
*/
function init()
{
$this->arrTmp = array();
}

/**
Expand Down

0 comments on commit 28956e4

Please sign in to comment.