mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Fixed translation issue (Closes #263)
This commit is contained in:
parent
7dc9441852
commit
b83ed4b1ce
30 changed files with 207 additions and 201 deletions
|
|
@ -229,7 +229,7 @@ class Folder
|
|||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function IsExisten()
|
||||
public function IsExists()
|
||||
{
|
||||
return $this->bExisten;
|
||||
}
|
||||
|
|
@ -239,7 +239,7 @@ class Folder
|
|||
*/
|
||||
public function IsSelectable()
|
||||
{
|
||||
return $this->IsExisten() && $this->oImapFolder->IsSelectable();
|
||||
return $this->IsExists() && $this->oImapFolder->IsSelectable();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue