This commit is contained in:
huang 2016-05-06 10:28:21 +08:00
parent 6e7d20c410
commit aefcb78926
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class OrganizationsController < ApplicationController
course_types = "('Message','News','HomeworkCommon','Poll','Course')"
@project_acts = get_project_activities_org @organization, project_ids
@course_acts = get_course_activities_org @organization, course_ids
render :layout => 'base_org_newstyle'
render :layout => 'base_org2'
else
render_403
end