public/main/social/group_edit.php
Variable "group_id" is not in valid camel caps format Open
Open
$group['id'] = $group_id;
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$interbreadcrumb[] = ['url' => 'group_view.php?id='.$group_id, 'name' => $group_data['name']];
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_SOCIAL;
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
header('Location: group_view.php?id='.$group_id);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$form->addElement('hidden', 'id', $group_id);
- Exclude checks
Variable "social_right_content" is not in valid camel caps format Open
Open
$social_right_content = $form->returnForm();
- Exclude checks
Variable "group_data" is not in valid camel caps format Open
Open
$form->setDefaults($group_data);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
SocialManager::setSocialUserBlock($tpl, api_get_user_id(), 'groups', $group_id);
- Exclude checks
Variable "social_layout" is not in valid camel caps format Open
Open
$social_layout = $tpl->get_template('social/add_groups.tpl');
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$usergroup->setForm($form, 'edit', $repo->find($group_id));
- Exclude checks
Variable "social_layout" is not in valid camel caps format Open
Open
$tpl->display($social_layout);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
header('Location: group_view.php?id='.$group_id);
- Exclude checks
Variable "group_data" is not in valid camel caps format Open
Open
if (empty($group_data)) {
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
if (!$usergroup->is_group_admin($group_id)) {
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_id = isset($_GET['id']) ? (int) $_GET['id'] : (int) $_POST['id'];
- Exclude checks
Variable "group_data" is not in valid camel caps format Open
Open
$interbreadcrumb[] = ['url' => 'group_view.php?id='.$group_id, 'name' => $group_data['name']];
- Exclude checks
Variable "social_right_content" is not in valid camel caps format Open
Open
$tpl->assign('social_right_content', $social_right_content);
- Exclude checks
Variable "group_id" is not in valid camel caps format Open
Open
$group_data = $usergroup->get($group_id);
- Exclude checks
Variable "group_data" is not in valid camel caps format Open
Open
$group_data = $usergroup->get($group_id);
- Exclude checks
Variable "tool_name" is not in valid camel caps format Open
Open
$tool_name = get_lang('Edit group');
- Exclude checks