Q() -> rcube::Q()

This commit is contained in:
Aleksander Machniak 2015-09-01 10:08:26 +02:00
parent cb3944221f
commit f8259ccdad

View file

@ -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,
);
}