소스 검색

minor - fixed current tab when edit a lp - patial CT#512

Cristian Fasanando 15 년 전
부모
커밋
e4161eda2e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      main/newscorm/lp_edit.php

+ 1 - 0
main/newscorm/lp_edit.php

@@ -12,6 +12,7 @@ global $charset;
 
 $show_description_field = false; //for now
 $nameTools = get_lang("Doc");
+$this_section=SECTION_COURSES;
 event_access_tool(TOOL_LEARNPATH);
 if (! $is_allowed_in_course) api_not_allowed();