diff options
Diffstat (limited to 'views/default/plugins')
| -rw-r--r-- | views/default/plugins/event_calendar/settings.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/plugins/event_calendar/settings.php b/views/default/plugins/event_calendar/settings.php index db6e00913..a58647828 100644 --- a/views/default/plugins/event_calendar/settings.php +++ b/views/default/plugins/event_calendar/settings.php @@ -169,7 +169,7 @@ $body .= '<br />';  // agenda view is now handled in the listing area -/*$event_calendar_agenda_view = get_plugin_setting('agenda_view', 'event_calendar'); +/*$event_calendar_agenda_view = elgg_get_plugin_setting('agenda_view', 'event_calendar');  if (!$event_calendar_agenda_view) {  	$event_calendar_agenda_view = 'no';  }  | 
