Q() -> rcube::Q()
This commit is contained in:
parent
cb3944221f
commit
f8259ccdad
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ class calendar extends rcube_plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
$p['blocks']['view']['options']['alarmtype'] = array(
|
$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,
|
'content' => $alarm_type . ' ' . $alarm_offset,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue