aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2012-07-22 13:09:41 +0200
committerKevin Jardine <kevinjardine@yahoo.com>2012-07-22 13:09:41 +0200
commitd4f4f93ff198915232d6ac575cc63e931dfcd0d8 (patch)
tree8ce8d094c28d66263afec9cd55a687bcf154261d /start.php
parent43df50de769ce11dac12ebedef07c7c1a7e9b7ab (diff)
parent86d154541f9cf1de74f79cae6c1b05b3214bdca8 (diff)
downloadelgg-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index dd5437944..49312599f 100644
--- a/start.php
+++ b/start.php
@@ -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');