Skip to content
Snippets Groups Projects
Commit d1f081bb authored by Steve Wirt's avatar Steve Wirt
Browse files

Issue #3485680 by cdesautels: Undefined Constant in OperationsBase->convertDuration()

parent c6b133f2
No related branches found
No related tags found
No related merge requests found
Pipeline #330635 passed with warnings
......@@ -199,7 +199,7 @@ class OperationsBase extends ControllerBase {
default:
$duration = round($duration / 3600, 1);
$rows[$key]['duration'] = $this->t('@duration days', [@duration => $duration]);
$rows[$key]['duration'] = $this->t('@duration days', ['@duration' => $duration]);
break;
}
......
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