Skip to content

Commit

Permalink
pkp#5098 Fix fatal error in PHP 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NateWr committed Oct 4, 2019
1 parent 69d6535 commit 453a66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/workflow/PKPWorkflowHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ function index($args, $request) {
[
'context' => $submissionContext,
'submission' => $submission,
'request' => $request
],
'request' => $request,
]
);
}

Expand Down

0 comments on commit 453a66e

Please sign in to comment.