Skip to content

Instantly share code, notes, and snippets.

@iodbh
Created February 22, 2016 16:45
Show Gist options
  • Save iodbh/3f4d8ce7134cc90a7b77 to your computer and use it in GitHub Desktop.
Save iodbh/3f4d8ce7134cc90a7b77 to your computer and use it in GitHub Desktop.
if ( $storage_path->message == "OK" && isset($storage_path->body->path) ) {
$dir = $storage_path->body->path;
}
else {
#FIXME: manage the error
}
return $dir;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment