diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-07-22 13:09:41 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-07-22 13:09:41 +0200 |
commit | d4f4f93ff198915232d6ac575cc63e931dfcd0d8 (patch) | |
tree | 8ce8d094c28d66263afec9cd55a687bcf154261d /start.php | |
parent | 43df50de769ce11dac12ebedef07c7c1a7e9b7ab (diff) | |
parent | 86d154541f9cf1de74f79cae6c1b05b3214bdca8 (diff) | |
download | elgg-d4f4f93ff198915232d6ac575cc63e931dfcd0d8.tar.gz elgg-d4f4f93ff198915232d6ac575cc63e931dfcd0d8.tar.bz2 |
Merge branch 'full' of github.com:kevinjardine/Elgg-Event-Calendar into full
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ function event_calendar_init() { } //add a widget - elgg_register_widget_type('event_calendar',elgg_echo("event_calendar:widget_title"),elgg_echo('event_calendar:widget:description')); + elgg_register_widget_type('event_calendar',elgg_echo("event_calendar:widget_title"),elgg_echo('event_calendar:widget:description'), 'all,groups'); // add the event calendar group tool option $event_calendar_group_default = elgg_get_plugin_setting('group_default', 'event_calendar'); |