Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
'' was a misnamed variable and so was throwing 'undefined variable' e…
Browse files Browse the repository at this point in the history
…rror
  • Loading branch information
erik committed Jul 8, 2009
1 parent 278fa31 commit ef9cafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Yahoo.inc
Expand Up @@ -940,7 +940,7 @@ class YahooUser {
);

$update_body = array("updates" => array($update));
$update_body_json = json_encode($body);
$update_body_json = json_encode($update_body);

$request_url = sprintf("http://%s/v1/user/%s/updates/%s/%s",
$YahooConfig["UPDATES_WS_HOSTNAME"], $this->guid, $source, urlencode($suid));
Expand Down

0 comments on commit ef9cafb

Please sign in to comment.