Clarify libcalendaring method access
This commit is contained in:
parent
7df78a5052
commit
c10e944504
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ class libcalendaring_itip
|
|||
$this->plugin->add_hook('smtp_connect', array($this, 'smtp_connect_hook'));
|
||||
}
|
||||
|
||||
function set_sender_email($email)
|
||||
public function set_sender_email($email)
|
||||
{
|
||||
if (!empty($email))
|
||||
$this->sender['email'] = $email;
|
||||
|
@ -58,7 +58,7 @@ class libcalendaring_itip
|
|||
*
|
||||
* @see rcube::gettext()
|
||||
*/
|
||||
protected function gettext($p)
|
||||
public function gettext($p)
|
||||
{
|
||||
$label = is_array($p) ? $p['name'] : $p;
|
||||
$domain = $this->domain;
|
||||
|
|
Loading…
Add table
Reference in a new issue