chamilo/chamilo-lms

View on GitHub
public/main/lp/lp_move_item.php

Summary

Maintainability
A
0 mins
Test Coverage

Variable "is_success" is not in valid camel caps format
Open

if (isset($is_success) && true === $is_success) {

Variable "this_section" is not in valid camel caps format
Open

$this_section = SECTION_COURSES;

Variable "learnpath_id" is not in valid camel caps format
Open

    header('location:lp_controller.php?action=view&lp_id='.$learnpath_id);

Variable "is_allowed_to_edit" is not in valid camel caps format
Open

$is_allowed_to_edit = api_is_allowed_to_edit(null, true);

Variable "learnpath_id" is not in valid camel caps format
Open

    'url' => api_get_self()."?action=build&lp_id=$learnpath_id&".api_get_cidreq(),

Variable "is_allowed_to_edit" is not in valid camel caps format
Open

if ((!$is_allowed_to_edit) || ($isStudentView)) {

Variable "lp_theme_css" is not in valid camel caps format
Open

$lp_theme_css = $learnPath->get_theme();

Variable "is_success" is not in valid camel caps format
Open

if (isset($is_success) && true === $is_success) {

Variable "course_id" is not in valid camel caps format
Open

$course_id = api_get_course_int_id();

Variable "show_learn_path" is not in valid camel caps format
Open

$show_learn_path = true;

Variable "learnpath_id" is not in valid camel caps format
Open

    'url' => api_get_self()."?action=add_item&type=step&lp_id=$learnpath_id&".api_get_cidreq(),

Variable "learnpath_id" is not in valid camel caps format
Open

$learnpath_id = (int) $_REQUEST['lp_id'];

There are no issues that match your filters.

Category
Status