mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Merge pull request #176 from bram-atmire/DS-1464
Adding a return statement when no reports are present
This commit is contained in:
@@ -166,6 +166,7 @@ public class StatisticsServlet extends org.dspace.app.webui.servlet.DSpaceServle
|
||||
if (reportFile == null)
|
||||
{
|
||||
JSPManager.showJSP(request, response, "statistics/no-report.jsp");
|
||||
return;
|
||||
}
|
||||
|
||||
// finally, build the list of report dates
|
||||
|
Reference in New Issue
Block a user