Fix typo. Spotted by Peter17.
This commit is contained in:
parent
997d160002
commit
1bc62a8545
@ -49,7 +49,7 @@ class ImapManager extends IoManager
|
|||||||
public static function get()
|
public static function get()
|
||||||
{
|
{
|
||||||
// TRANS: Exception thrown when the ImapManager is used incorrectly in the code.
|
// TRANS: Exception thrown when the ImapManager is used incorrectly in the code.
|
||||||
throw new Exception(_m('ImapManager should be created using its constructor, not the using the static "get()" method.'));
|
throw new Exception(_m('ImapManager should be created using its constructor, not using the static "get()" method.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user