Skip to content

Commit

Permalink
pkp/pkp-lib#2444: fixing one missed request in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
crism committed Apr 15, 2017
1 parent a4e224a commit 5c39616
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
*/
Expand Down

0 comments on commit 5c39616

Please sign in to comment.