* finish task #3163.
This commit is contained in:
@@ -213,6 +213,18 @@ class tutorialModel extends model
|
||||
return array($member->account => $member);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get team members pairs.
|
||||
*
|
||||
* @access public
|
||||
* @return array
|
||||
*/
|
||||
public function getTeamMembersPairs()
|
||||
{
|
||||
$account = $this->app->user->account;
|
||||
return array('' => '', $account => $this->app->user->realname);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get tutorial user pairs.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user