chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

$this_section = SECTION_COURSES;

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

    $show_forum = GroupManager::userHasAccess(

There must be one blank line after the last USE statement; 2 found;
Open

use Chamilo\CoreBundle\Component\Utils\ActionIcon;

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

$_user = api_get_user_info();

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

    if (!$show_forum) {

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

if (!$_user['user_id'] && 1 != $forum->getAllowAnonymous()) {

There are no issues that match your filters.

Category
Status