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

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/19186/head
Joas Schilling 6 years ago
parent 0585c76d16
commit bbc9381358
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 2
      apps/workflowengine/lib/Entity/File.php

@ -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…
Cancel
Save