James Moger
2014-02-21 b23b67c1cc0b2541580f23c9aec97c0b84a823f4
src/main/java/com/gitblit/wicket/pages/ActivityPage.java
@@ -71,8 +71,13 @@
      // determine repositories to view and retrieve the activity
      List<RepositoryModel> models = getRepositories(params);
      List<Activity> recentActivity = ActivityUtils.getRecentActivity(models,
            daysBack, objectId, getTimeZone());
      List<Activity> recentActivity = ActivityUtils.getRecentActivity(
            app().settings(),
            app().repositories(),
            models,
            daysBack,
            objectId,
            getTimeZone());
      String headerPattern;
      if (daysBack == 1) {