chamilo/chamilo-lms

View on GitHub
public/main/inc/ajax/forum.ajax.php

Summary

Maintainability
A
0 mins
Test Coverage

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

                        ($current_forum_category && 0 == $current_forum_category['visibility']) ||

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

                        0 != $current_forum['locked'] || 0 != $current_thread['locked']

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

            $current_forum_category = get_forumcategory_information($current_forum['forum_category']);

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

            $current_thread = get_thread_information($_REQUEST['forum'], $_REQUEST['thread']);

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

                    ($group_id && !GroupManager::isTutorOfGroup(api_get_user_id(), $groupEntity))

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

                if (api_is_anonymous() && 0 == $current_forum['allow_anonymous']) {

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

                    0 == $current_forum['allow_edit'] &&

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

            $current_thread = get_thread_information($_REQUEST['forum'], $_REQUEST['thread']);

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

            $current_forum = get_forum_information($_REQUEST['forum']);

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

            $current_forum_category = get_forumcategory_information($current_forum['forum_category']);

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

                        0 == $current_forum['visibility']

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

                        ($current_forum_category && 0 != $current_forum_category['locked']) ||

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

                        ($current_forum_category && 0 == $current_forum_category['visibility']) ||

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

                        0 != $current_forum['locked'] || 0 != $current_thread['locked']

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

                if (api_is_anonymous() && 0 == $current_forum['allow_anonymous']) {

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

                        0 != $current_forum['locked'] || 0 != $current_thread['locked']

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

            $current_forum_category = get_forumcategory_information($current_forum['forum_category']);

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

            $current_forum_category = get_forumcategory_information($current_forum['forum_category']);

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

                        0 != $current_forum['locked'] || 0 != $current_thread['locked']

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

                        0 == $current_forum['visibility']

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

                        ($current_forum_category && 0 != $current_forum_category['locked']) ||

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

                        ($current_forum_category && 0 == $current_forum_category['visibility']) ||

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

                        ($current_forum_category && 0 != $current_forum_category['locked']) ||

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

            $current_forum = get_forum_information($_REQUEST['forum']);

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

                        ($current_forum_category && 0 != $current_forum_category['locked']) ||

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

                        ($current_forum_category && 0 == $current_forum_category['visibility']) ||

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

                $group_id = api_get_group_id();

There are no issues that match your filters.

Category
Status