Fix mixed tabs and spaces
This commit is contained in:
parent
368059499a
commit
c30ef8e830
1 changed files with 5 additions and 5 deletions
|
@ -29,8 +29,8 @@ class kolab_core extends rcube_plugin
|
||||||
$include_path = $this->home . PATH_SEPARATOR . ini_get('include_path');
|
$include_path = $this->home . PATH_SEPARATOR . ini_get('include_path');
|
||||||
set_include_path($include_path);
|
set_include_path($include_path);
|
||||||
|
|
||||||
// Register password reset hook
|
// Register password reset hook
|
||||||
$this->add_hook('password_change', array($this, 'password_change'));
|
$this->add_hook('password_change', array($this, 'password_change'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -38,9 +38,9 @@ class kolab_core extends rcube_plugin
|
||||||
*/
|
*/
|
||||||
public function password_change($args)
|
public function password_change($args)
|
||||||
{
|
{
|
||||||
rcmail::get_instance()->session->remove('__auth');
|
rcmail::get_instance()->session->remove('__auth');
|
||||||
|
|
||||||
return $args;
|
return $args;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue