101102103104105106107
if (PebbleContext.getInstance().getConfiguration().getFileUploadQuota() > -1) { getModel().put("currentUsage", FileManager.getCurrentUsage(blog)); } return new FilesView(); }