public/main/forum/reply.php
Variable "show_forum" is not in valid camel caps format Open
Open
if (!$show_forum) {
- Exclude checks
Variable "current_forum_category" is not in valid camel caps format Open
Open
(($current_forum_category && 0 != $current_forum_category->getLocked()) ||
- Exclude checks
Variable "current_forum_category" is not in valid camel caps format Open
Open
'url' => api_get_path(WEB_CODE_PATH).'forum/index.php?forumcategory='.$current_forum_category->getIid().'&'.api_get_cidreq(),
- Exclude checks
Variable "my_elements" is not in valid camel caps format Open
Open
$my_elements
- Exclude checks
Variable "my_action" is not in valid camel caps format Open
Open
$my_action = isset($_GET['action']) ? Security::remove_XSS($_GET['action']) : '';
- Exclude checks
Variable "my_post" is not in valid camel caps format Open
Open
$post = $postRepo->find($my_post);
- Exclude checks
Variable "group_properties" is not in valid camel caps format Open
Open
'name' => get_lang('Group area').' '.$group_properties['name'],
- Exclude checks
Variable "current_forum_category" is not in valid camel caps format Open
Open
$current_forum_category = $forum->getForumCategory();
- Exclude checks
Variable "my_post" is not in valid camel caps format Open
Open
$my_post = isset($_GET['post']) ? Security::remove_XSS($_GET['post']) : '';
- Exclude checks
Variable "_user" is not in valid camel caps format Open
Open
$_user = api_get_user_info();
- Exclude checks
Variable "current_forum_category" is not in valid camel caps format Open
Open
(($current_forum_category && !$current_forum_category->isVisible($courseEntity)) ||
- Exclude checks
Variable "current_forum_category" is not in valid camel caps format Open
Open
(($current_forum_category && 0 != $current_forum_category->getLocked()) ||
- Exclude checks
Variable "current_forum_category" is not in valid camel caps format Open
Open
(($current_forum_category && !$current_forum_category->isVisible($courseEntity)) ||
- Exclude checks
Variable "show_forum" is not in valid camel caps format Open
Open
$show_forum = GroupManager::userHasAccess(
- Exclude checks
Variable "my_action" is not in valid camel caps format Open
Open
'action' => !empty($my_action) ? $my_action : 'reply',
- Exclude checks
Variable "current_forum_category" is not in valid camel caps format Open
Open
'name' => $current_forum_category->getTitle(),
- Exclude checks
Variable "my_elements" is not in valid camel caps format Open
Open
$my_elements = isset($_SESSION['formelements']) ? $_SESSION['formelements'] : '';
- Exclude checks
Variable "_user" is not in valid camel caps format Open
Open
if (!$_user['user_id'] &&
- Exclude checks
Variable "group_properties" is not in valid camel caps format Open
Open
$group_properties = GroupManager::get_group_properties($groupId);
- Exclude checks
Variable "my_action" is not in valid camel caps format Open
Open
$my_action,
- Exclude checks
Variable "my_action" is not in valid camel caps format Open
Open
'action' => !empty($my_action) ? $my_action : 'reply',
- Exclude checks