Skip to content

Commit b8d06c3

Browse files
committed
Minor - set $_course
1 parent 6d39dad commit b8d06c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/exercise/admin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
Session::write('objQuestion', $objQuestion);
111111
}
112112
$objAnswer = Session::read('objAnswer');
113+
$_course = api_get_course_info();
113114

114115
// document path
115116
$documentPath = api_get_path(SYS_COURSE_PATH).$_course['path'].'/document';

0 commit comments

Comments
 (0)