From f8259ccdad8d8bb8882101566acf3dba7e2db959 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 1 Sep 2015 10:08:26 +0200 Subject: [PATCH] Q() -> rcube::Q() --- plugins/calendar/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index 3b7e76f6..f4aeaa19 100644 --- a/plugins/calendar/calendar.php +++ b/plugins/calendar/calendar.php @@ -499,7 +499,7 @@ class calendar extends rcube_plugin } $p['blocks']['view']['options']['alarmtype'] = array( - 'title' => html::label($field_id, Q($this->gettext('defaultalarmtype'))), + 'title' => html::label($field_id, rcube::Q($this->gettext('defaultalarmtype'))), 'content' => $alarm_type . ' ' . $alarm_offset, ); }