diff --git a/app/controllers/files_controller.rb b/app/controllers/files_controller.rb index 12d1f6856..1e51d7dd2 100644 --- a/app/controllers/files_controller.rb +++ b/app/controllers/files_controller.rb @@ -387,6 +387,7 @@ class FilesController < ApplicationController @containers = [Course.includes(:attachments).reorder("#{Attachment.table_name}.created_on DESC").find(@course.id)] show_attachments @containers + @tag_list = attachment_tag_list @all_attachments @attachtype = 0 @contenttype = 0