mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
Reading localized license file.
This commit is contained in:
@@ -173,6 +173,9 @@ public class LicenseServiceImpl implements LicenseService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Obtaining current request context
|
||||||
|
*/
|
||||||
private Context obtainContext() {
|
private Context obtainContext() {
|
||||||
Request currentRequest = DSpaceServicesFactory.getInstance().getRequestService().getCurrentRequest();
|
Request currentRequest = DSpaceServicesFactory.getInstance().getRequestService().getCurrentRequest();
|
||||||
if (currentRequest != null) {
|
if (currentRequest != null) {
|
||||||
|
Reference in New Issue
Block a user