diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-10-25 07:56:31 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-10-25 07:56:31 -0400 |
commit | 65bd37c1f0e3e3adb04bd48dad6183bcd3c7e26c (patch) | |
tree | a29068973073e925d933e4450eb28c8a6f1ee867 /views/ical/object/default.php | |
parent | e1b8b96b1eaf41416ce08574c5b9b51530947cf0 (diff) | |
download | elgg-65bd37c1f0e3e3adb04bd48dad6183bcd3c7e26c.tar.gz elgg-65bd37c1f0e3e3adb04bd48dad6183bcd3c7e26c.tar.bz2 |
Refs #3201 a working ical view type
Diffstat (limited to 'views/ical/object/default.php')
-rw-r--r-- | views/ical/object/default.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/ical/object/default.php b/views/ical/object/default.php index 678676133..77183bb8a 100644 --- a/views/ical/object/default.php +++ b/views/ical/object/default.php @@ -7,4 +7,4 @@ * */ -elgg_view('export/entity', $vars);
\ No newline at end of file +echo elgg_view('export/entity', $vars);
\ No newline at end of file |