Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'feedback/phpmailer/src/OAuth.php')
-rw-r--r--feedback/phpmailer/src/OAuth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedback/phpmailer/src/OAuth.php b/feedback/phpmailer/src/OAuth.php
index 0bce7e3..0271963 100644
--- a/feedback/phpmailer/src/OAuth.php
+++ b/feedback/phpmailer/src/OAuth.php
@@ -123,7 +123,7 @@ class OAuth
public function getOauth64()
{
// Get a new token if it's not available or has expired
- if (null === $this->oauthToken or $this->oauthToken->hasExpired()) {
+ if (null === $this->oauthToken || $this->oauthToken->hasExpired()) {
$this->oauthToken = $this->getToken();
}