diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2011-10-19 18:24:38 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2011-10-19 18:24:38 +0200 |
commit | 52c341fb429b138f07cf99d1f5cde7ae8a86f8ee (patch) | |
tree | 563abac65b4c8c34fe51d31411ad6a51f6edcdf3 /actions/event_calendar/add_to_group.php | |
parent | a4003502d860f39880d0368d2737f3b03445fafa (diff) | |
download | elgg-52c341fb429b138f07cf99d1f5cde7ae8a86f8ee.tar.gz elgg-52c341fb429b138f07cf99d1f5cde7ae8a86f8ee.tar.bz2 |
group events now have add all and remove all buttons when managing subscribers
Diffstat (limited to 'actions/event_calendar/add_to_group.php')
-rw-r--r-- | actions/event_calendar/add_to_group.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/event_calendar/add_to_group.php b/actions/event_calendar/add_to_group.php index b8c18ebb0..b5eae4693 100644 --- a/actions/event_calendar/add_to_group.php +++ b/actions/event_calendar/add_to_group.php @@ -8,4 +8,3 @@ if ($group && $group->canEdit()) { system_message(elgg_echo('event_calendar:add_to_group:success')); } forward($event->getUrl()); -?>
\ No newline at end of file |