From 5c3961671ce388dce74b4525e0cb439e84a80631 Mon Sep 17 00:00:00 2001 From: "Christopher R. Maden" Date: Fri, 14 Apr 2017 19:05:40 -0500 Subject: [PATCH] pkp/pkp-lib#2444: fixing one missed request in provider --- .../PubIdExportSubmissionsListGridCellProvider.inc.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/controllers/grid/pubIds/PubIdExportSubmissionsListGridCellProvider.inc.php b/controllers/grid/pubIds/PubIdExportSubmissionsListGridCellProvider.inc.php index c35670858cb..c95b91c1a50 100644 --- a/controllers/grid/pubIds/PubIdExportSubmissionsListGridCellProvider.inc.php +++ b/controllers/grid/pubIds/PubIdExportSubmissionsListGridCellProvider.inc.php @@ -17,16 +17,6 @@ class PubIdExportSubmissionsListGridCellProvider extends ExportPublishedSubmissionsListGridCellProvider { - /** - * Constructor - * @param $request PKPRequest - * @param $plugin PKPPlugin - * @param $authorizedRoles mixed - */ - function __construct($request, $plugin, $authorizedRoles = null) { - parent::__construct($request, $plugin, $authorizedRoles); - } - /** * @copydoc GridCellProvider::getTemplateVarsFromRowColumn() */