Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-01-29 09:22:42 +01:00 committed by Backportbot
parent 3cc69aa901
commit 13068ba3c5

View file

@ -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()
];