This commit is contained in:
Rudi Grinberg 2012-09-19 10:23:54 -04:00
parent 1da4f44768
commit fb4f7c1cb5
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ class CcFiles extends BaseCcFiles {
return $this;
}
public function reassignTo($user) {
public function reassignTo($user)
{
$this->setDbOwnerId( $user->getDbId() );
$this->save();
}