PKP Bugzilla – Attachment #3728: Patch against OJS 2.3.7 for bug #7229
class PaymentManager {
/**
* Constructor
* @param $request PKPRequest
*/
function PaymentManager($request) {
function PaymentManager() {
$this->request =& $request;
}