mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
Fix unit tests
This commit is contained in:
@@ -96,13 +96,13 @@ class ValidationSession
|
||||
}
|
||||
|
||||
/**
|
||||
* Get initiator_id
|
||||
* Get validation initiator
|
||||
*
|
||||
* @return integer
|
||||
* @return User
|
||||
*/
|
||||
public function getInitiator()
|
||||
{
|
||||
return $this->initiator_id;
|
||||
return $this->initiator;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user