Debug : user for report

This commit is contained in:
Marc Ducobu 2014-11-10 09:07:39 +01:00
parent f6a237c822
commit b2baaf4d71

View File

@ -84,7 +84,7 @@ class Report
*/
public function setUser($user)
{
$this->userr = $user;
$this->user = $user;
return $this;
}