From e4161eda2eeef9a4262277eed51fd8c331f31845 Mon Sep 17 00:00:00 2001 From: Cristian Fasanando Date: Fri, 15 Jan 2010 20:32:52 -0500 Subject: [PATCH] minor - fixed current tab when edit a lp - patial CT#512 --- main/newscorm/lp_edit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/newscorm/lp_edit.php b/main/newscorm/lp_edit.php index df61e3e25b..9b6facdf4d 100755 --- a/main/newscorm/lp_edit.php +++ b/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();