Hi all,
PKPApplication
should be a singleton; I would recommend replacing:
PKPApplication::getRequest()
…with…
Application::get()->getRequest()
Regards,
Alec Smecher
Public Knowledge Project Team
Hi all,
PKPApplication
should be a singleton; I would recommend replacing:
PKPApplication::getRequest()
…with…
Application::get()->getRequest()
Regards,
Alec Smecher
Public Knowledge Project Team