From 9bd3f1943c44303d33c713c2ec6cf2ed3b5c161a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 10 Nov 2015 11:10:40 +0100 Subject: [PATCH] Fix non-existing alias function use --- plugins/calendar/calendar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index 59043092..e68e9b95 100644 --- a/plugins/calendar/calendar.php +++ b/plugins/calendar/calendar.php @@ -2143,7 +2143,7 @@ class calendar extends rcube_plugin } // let this information be cached for 5min - send_future_expire_header(300); + $this->rc->output->future_expire_header(300); echo $status; exit; @@ -2220,7 +2220,7 @@ class calendar extends rcube_plugin $dte->setTimezone($this->timezone); // let this information be cached for 5min - send_future_expire_header(300); + $this->rc->output->future_expire_header(300); echo json_encode(array( 'email' => $email,