mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Corrected mispelling of <extension>
This commit is contained in:
parent
0f6b70f63e
commit
4b312a4f35
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ class Client
|
||||||
public function __construct($client_id, $client_secret, $client_auth = self::AUTH_TYPE_URI, $certificate_file = null)
|
public function __construct($client_id, $client_secret, $client_auth = self::AUTH_TYPE_URI, $certificate_file = null)
|
||||||
{
|
{
|
||||||
if (!extension_loaded('curl')) {
|
if (!extension_loaded('curl')) {
|
||||||
throw new Exception('The PHP exention curl must be installed to use this library.', Exception::CURL_NOT_FOUND);
|
throw new Exception('The PHP extension curl must be installed to use this library.', Exception::CURL_NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->client_id = $client_id;
|
$this->client_id = $client_id;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue