Skip to content

Commit

Permalink
pkp/pkp-lib#7087 Remove call to nonexistent function
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed May 27, 2021
1 parent d9f519c commit f97cab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PLNGatewayPlugin.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ public function fetch($args, $request) {
$publications[] = $publication;
if (count($publications) == PLN_PLUGIN_PING_ARTICLE_COUNT) break;
}
$submissions->close();
$templateMgr->assign('publications', $publications);
$templateMgr->assign('pln_network', $plugin->getSetting($journal->getId(), 'pln_network'));

Expand Down

0 comments on commit f97cab2

Please sign in to comment.