chamilo/chamilo-lms

View on GitHub
public/main/forum/editpost.php

Summary

Maintainability
A
0 mins
Test Coverage

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

    $_clean['toolgroup'] = api_get_group_id();

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

$this_section = SECTION_COURSES;

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

    $groupEntity = api_get_group_entity($group_id);

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

$group_id = api_get_group_id();

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

$group_id = api_get_group_id();

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

$table_link = Database::get_main_table(TABLE_MAIN_GRADEBOOK_LINK);

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

if ('group' === $origin && $group_id) {

There are no issues that match your filters.

Category
Status