Skip to content

Commit

Permalink
pkp/pkp-lib#3691 galley styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Dec 17, 2018
1 parent b53aa78 commit a5e8b74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function _getHTMLContents($request, $galley) {
$contents = str_replace('{$' . $key . '}', $value, $contents);
}

HookRegistry::call('HtmlArticleGalleyPlugin::htmlGalleyContent', array(&$galley, &$contents));
HookRegistry::call('HtmlArticleGalleyPlugin::htmlGalleyContent', array($galley, &$contents, $submissionFile, $embeddableFiles));

return $contents;
}
Expand Down

0 comments on commit a5e8b74

Please sign in to comment.