public/main/social/message_for_group_form.inc.php
Variable "allowed_action" is not in valid camel caps format Open
Open
$allowed_action = isset($_GET['action']) && in_array($_GET['action'], $actions) ? Security::remove_XSS($_GET['action']) : '';
- Exclude checks
Variable "param_item_page" is not in valid camel caps format Open
Open
$param_item_page = isset($_GET['items_page_nr']) && isset($_GET['topic_id']) ? ('&items_'.intval($_GET['topic_id']).'_page_nr='.(!empty($_GET['topics_page_nr']) ? intval($_GET['topics_page_nr']) : 1)) : '';
- Exclude checks
Variable "message_id" is not in valid camel caps format Open
Open
$message_id = isset($_GET['message_id']) ? intval($_GET['message_id']) : null;
- Exclude checks
Variable "allowed_action" is not in valid camel caps format Open
Open
if (!empty($group_id) && $allowed_action) {
- Exclude checks
Variable "message_id" is not in valid camel caps format Open
Open
if (!empty($message_id)) {
- Exclude checks
Variable "userfriend_id" is not in valid camel caps format Open
Open
$userfriend_id = (int) $_REQUEST['user_friend'];
- Exclude checks
Variable "to_group" is not in valid camel caps format Open
Open
$to_group = '';
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_info = $usergroup->get($group_id);
- Exclude checks
Variable "page_item" is not in valid camel caps format Open
Open
$page_item = !empty($_GET['topics_page_nr']) ? intval($_GET['topics_page_nr']) : 1;
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id = isset($_GET['group_id']) ? intval($_GET['group_id']) : null;
- Exclude checks
Variable "group_info" is not in valid camel caps format Open
Open
$to_group = $group_info['title'];
- Exclude checks
Variable "is_member" is not in valid camel caps format Open
Open
$is_member = $usergroup->is_group_member($group_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (!empty($group_id) && $allowed_action) {
- Exclude checks
Variable "group_info" is not in valid camel caps format Open
Open
$group_info = $usergroup->get($group_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$is_member = $usergroup->is_group_member($group_id);
- Exclude checks
Variable "group_info" is not in valid camel caps format Open
Open
if (GROUP_PERMISSION_CLOSED == $group_info['visibility'] && !$is_member) {
- Exclude checks
Variable "to_group" is not in valid camel caps format Open
Open
$to_group = $group_info['title'];
- Exclude checks
Variable "is_member" is not in valid camel caps format Open
Open
if (GROUP_PERMISSION_CLOSED == $group_info['visibility'] && !$is_member) {
- Exclude checks
Variable "param_item_page" is not in valid camel caps format Open
Open
$param_item_page .= '&topic_id='.intval($_GET['topic_id']);
- Exclude checks
Variable "param_item_page" is not in valid camel caps format Open
Open
$url = api_get_path(WEB_CODE_PATH).'social/group_topics.php?id='.$group_id.'&anchor_topic='.$anchor_topic.'&topics_page_nr='.$page_topic.$param_item_page;
- Exclude checks
Variable "user_info" is not in valid camel caps format Open
Open
$user_info = api_get_user_info($userfriend_id);
- Exclude checks
Variable "page_topic" is not in valid camel caps format Open
Open
$url = api_get_path(WEB_CODE_PATH).'social/group_topics.php?id='.$group_id.'&anchor_topic='.$anchor_topic.'&topics_page_nr='.$page_topic.$param_item_page;
- Exclude checks
Variable "page_topic" is not in valid camel caps format Open
Open
$page_topic = isset($_GET['topics_page_nr']) ? intval($_GET['topics_page_nr']) : 1;
- Exclude checks
Variable "allowed_action" is not in valid camel caps format Open
Open
if ('add_message_group' === $allowed_action) {
- Exclude checks
Variable "message_id" is not in valid camel caps format Open
Open
$form->addHidden('message_id', $message_id);
- Exclude checks
Variable "allowed_action" is not in valid camel caps format Open
Open
$form->addHidden('action', $allowed_action);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$form->addHidden('group_id', $group_id);
- Exclude checks
Variable "userfriend_id" is not in valid camel caps format Open
Open
$user_info = api_get_user_info($userfriend_id);
- Exclude checks
Variable "anchor_topic" is not in valid camel caps format Open
Open
$url = api_get_path(WEB_CODE_PATH).'social/group_topics.php?id='.$group_id.'&anchor_topic='.$anchor_topic.'&topics_page_nr='.$page_topic.$param_item_page;
- Exclude checks
Variable "anchor_topic" is not in valid camel caps format Open
Open
$anchor_topic = isset($_GET['anchor_topic']) ? Security::remove_XSS($_GET['anchor_topic']) : null;
- Exclude checks
Variable "message_id" is not in valid camel caps format Open
Open
$form->addHidden('parent_id', $message_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$url = api_get_path(WEB_CODE_PATH).'social/group_topics.php?id='.$group_id.'&anchor_topic='.$anchor_topic.'&topics_page_nr='.$page_topic.$param_item_page;
- Exclude checks