* remove E_STRICT errors.

This commit is contained in:
wwccss
2013-07-17 20:13:46 +08:00
parent cbedc2b30e
commit e4405b929e
9 changed files with 17 additions and 16 deletions

View File

@@ -254,6 +254,7 @@ class projectModel extends model
/* Add the creator to team. */
if($copyProjectID == '' or !$creatorExists)
{
$member = new stdclass();
$member->project = $projectID;
$member->account = $this->app->user->account;
$member->role = $this->lang->user->roleList[$this->app->user->role];