public/main/inc/ajax/lp.ajax.php
Variable "session_id" is not in valid camel caps format Open
Open
$session_id = (isset($_GET['session_id']) && !empty($_GET['session_id'])) ? (int) $_GET['session_id'] : 0;
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$lpPathInfo = $learningPath->generate_lp_folder($course_info);
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$course_info = api_get_course_info();
- Exclude checks
Variable "course_info" is not in valid camel caps format Open
Open
$data = DocumentManager::get_document_data_by_id($newDocId, $course_info['code']);
- Exclude checks
Variable "course_id" is not in valid camel caps format Open
Open
$course_id = (isset($_GET['course_id']) && !empty($_GET['course_id'])) ? (int) $_GET['course_id'] : 0;
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
}
- Exclude checks
Line indented incorrectly; expected 4 spaces, found 8 Open
Open
if ($lp) {
- Exclude checks