mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0585c76d16
commit
bbc9381358
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class File implements IEntity, IDisplayText, IUrl {
|
|||
}
|
||||
|
||||
$options = [
|
||||
$user ? $user->getDisplayName() : $this->t('Someone'),
|
||||
$user ? $user->getDisplayName() : $this->l10n->t('Someone'),
|
||||
$node->getName()
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue