mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-28 18:16:05 +00:00
Use the correct variable for PHP
This commit is contained in:
parent
52f1e341a6
commit
9cdeae54e2
@ -660,7 +660,7 @@ class Principal {
|
||||
* @return boolean True if found.
|
||||
*/
|
||||
public function searchEmails( $email ) {
|
||||
if ( $self->email == $email ) {
|
||||
if ( $this->email == $email ) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user