Minor change
This commit is contained in:
parent
d1972e6043
commit
46f2c21a57
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ class Model extends DataModel
|
|||
} elseif ($user->isGuest) {
|
||||
$user = clone $user;
|
||||
|
||||
$user->__email = $this->poster_email;
|
||||
$user->__username = $this->poster;
|
||||
$user->__email = $this->poster_email;
|
||||
$user->__username = $this->poster;
|
||||
}
|
||||
|
||||
return $user;
|
||||
|
|
Loading…
Add table
Reference in a new issue