diff options
author | cash <cash.costello@gmail.com> | 2011-06-29 20:52:46 -0400 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-06-29 20:52:46 -0400 |
commit | b1ef9493829d407f87b8cc14810ccdac07d345a8 (patch) | |
tree | 233fff58ad2f389a3073291a6a35ffdacee544f2 /show_events.php | |
parent | 0a013cd9833a20d3b6334d80dba581bbbb2ce756 (diff) | |
download | elgg-b1ef9493829d407f87b8cc14810ccdac07d345a8.tar.gz elgg-b1ef9493829d407f87b8cc14810ccdac07d345a8.tar.bz2 |
removed uses of extend_view() and some checks for whether a function exists
Diffstat (limited to 'show_events.php')
-rw-r--r-- | show_events.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/show_events.php b/show_events.php index 4d8f09702..d3cd8c76a 100644 --- a/show_events.php +++ b/show_events.php @@ -156,7 +156,7 @@ if ($filter == 'all') { $events = event_calendar_get_events_for_user_between($start_ts,$end_ts,false,$limit,$offset,$user_guid,$group_guid,$region); } -extend_view('metatags','event_calendar/metatags'); +elgg_extend_view('metatags','event_calendar/metatags'); $vars = array( 'original_start_date' => $original_start_date, 'start_date' => $start_date, |