Skip to content

Commit

Permalink
pkp/pkp-lib#5055 Fix author dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Sep 10, 2019
1 parent 9e09aa8 commit 8208e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/authorDashboard/AuthorDashboardHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ protected function _getRepresentationsGridUrl($request, $submission) {
null,
'grid.articleGalleys.ArticleGalleyGridHandler',
'fetchGrid',
$submission->getId(),
null,
[
'submissionId' => $submission->getId(),
'publicationId' => '__publicationId__',
Expand Down

0 comments on commit 8208e6f

Please sign in to comment.