Skip to content
Snippets Groups Projects
Unverified Commit 374555f2 authored by blizzz's avatar blizzz Committed by GitHub
Browse files

Merge pull request #19186 from nextcloud/bugfix/noid/fix-flow-error

Fix "Call to undefined method OCA\\WorkflowEngine\\Entity\\File::t()"
parents b490c7ca bbc93813
No related branches found
No related tags found
No related merge requests found
...@@ -172,7 +172,7 @@ class File implements IEntity, IDisplayText, IUrl { ...@@ -172,7 +172,7 @@ class File implements IEntity, IDisplayText, IUrl {
} }
$options = [ $options = [
$user ? $user->getDisplayName() : $this->t('Someone'), $user ? $user->getDisplayName() : $this->l10n->t('Someone'),
$node->getName() $node->getName()
]; ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment