aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
author\oXoXo/ <hellekin@cepheide.org>2013-02-02 08:35:32 -0800
committer\oXoXo/ <hellekin@cepheide.org>2013-02-02 08:35:32 -0800
commitb4806b8c7188708a6ca505aa54374f49f0da0f51 (patch)
tree3e830a17d1ec7b80ed20860dff6ddd93514e26af /start.php
parent39bca929f875ca6e9bd422b112d1e48b717fa126 (diff)
parent378ab3658316e8b400990ed5c7a1b2b17750b81b (diff)
downloadelgg-b4806b8c7188708a6ca505aa54374f49f0da0f51.tar.gz
elgg-b4806b8c7188708a6ca505aa54374f49f0da0f51.tar.bz2
Merge pull request #1 from tacid/master
RSS fix and Russian translation
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 5590544b8..27b6f9802 100644
--- a/start.php
+++ b/start.php
@@ -75,7 +75,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'), 'all,groups');
+ elgg_register_widget_type('event_calendar',elgg_echo("event_calendar:widget_title"),elgg_echo('event_calendar:widget:description'),array('all','dashboard'));
// add the event calendar group tool option
$event_calendar_group_default = elgg_get_plugin_setting('group_default', 'event_calendar');