Skip to content

Commit

Permalink
Fixing a typo.
Browse files Browse the repository at this point in the history
Signed-off-by:Ivan Tcholakov <[email protected]>
  • Loading branch information
ivantcholakov committed Dec 15, 2020
1 parent 7978356 commit 2341736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ public function execute_profile_request($email, $format = null) {
$ch = curl_init();

$options = array(
CURLOPT_USERAGENT, $this->gravatar_useragent,
CURLOPT_USERAGENT => $this->gravatar_useragent,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => array(),
Expand Down

0 comments on commit 2341736

Please sign in to comment.