mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
bugfix: previous IsActive() commit
This commit is contained in:
parent
58d3fc8fd5
commit
dcfa144ce3
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class Identities extends AbstractProvider
|
|||
});
|
||||
}
|
||||
|
||||
public function IsActive() : bool;
|
||||
public function IsActive() : bool
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue