Merge pull request #176 from bram-atmire/DS-1464

Adding a return statement when no reports are present
This commit is contained in:
helix84
2013-01-24 05:02:29 -08:00

View File

@@ -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