diff options
author | Matt Beckett <beck24@gmail.com> | 2012-04-26 10:44:19 -0600 |
---|---|---|
committer | Matt Beckett <beck24@gmail.com> | 2012-04-26 10:44:19 -0600 |
commit | f6b8c737fb13df3d611cc0a0f072723aac174b14 (patch) | |
tree | 8e253ac75202166d191c2adcdf01d91bacfbf8af /views/default/event_calendar/forms | |
parent | 8d753b7e693087f4d473383fafe7fbafadf4e5d1 (diff) | |
download | elgg-f6b8c737fb13df3d611cc0a0f072723aac174b14.tar.gz elgg-f6b8c737fb13df3d611cc0a0f072723aac174b14.tar.bz2 |
Update views/default/event_calendar/forms/add_to_group.php
Diffstat (limited to 'views/default/event_calendar/forms')
-rw-r--r-- | views/default/event_calendar/forms/add_to_group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/event_calendar/forms/add_to_group.php b/views/default/event_calendar/forms/add_to_group.php index a6675819a..f9640733c 100644 --- a/views/default/event_calendar/forms/add_to_group.php +++ b/views/default/event_calendar/forms/add_to_group.php @@ -56,7 +56,7 @@ if ($remove_group) { if ($add_options || $remove_options) { echo '<div class="contentWrapper" >'; - $event_bit = elgg_view('input/hidden', array("internalname" => "event_id","value" => $event_id)); + $event_bit = elgg_view('input/hidden', array("name" => "event_id","value" => $event_id)); if ($add_options) { echo "<h4>".elgg_echo('event_calendar:add_to_group:add_group_title')."</h4>"; $add_pulldown = elgg_view("input/dropdown",array("name" => "group_id","options_values" => $add_options)); |