mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 05:53:13 +00:00
Fix tests
This commit is contained in:
@@ -54,7 +54,7 @@ class record_orderElement extends record_adapter
|
||||
if ($this->order_master_id) {
|
||||
$user = $this->app['manipulator.user']->getRepository()->find($this->order_master_id);
|
||||
|
||||
return $user->getDisplayName();
|
||||
return $user->getDisplayName($this->app['translator']);
|
||||
}
|
||||
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user