chamilo/chamilo-lms

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

Summary

Maintainability
A
0 mins
Test Coverage

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

        0 != $current_forum_category->getLocked()) || 0 != $forumEntity->getLocked())

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

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

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

        false == $current_forum_category->isVisible($courseEntity)

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

            'name' => $current_forum_category->getTitle(),

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

$_user = api_get_user_info();

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

$current_forum_category = $forumEntity->getForumCategory();

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

            'url' => api_get_path(WEB_CODE_PATH).'forum/index.php?'.$cidreq.'&forumcategory='.$current_forum_category->getIid(),

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

        ($current_forum_category && false == $current_forum_category->isVisible($courseEntity)) ||

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

    $show_forum = GroupManager::userHasAccess(

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

    (($current_forum_category->isVisible($courseEntity) &&

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

        ($current_forum_category && false == $current_forum_category->isVisible($courseEntity)) ||

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

    if (!$show_forum) {

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

    if ($current_forum_category) {

There are no issues that match your filters.

Category
Status